We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db008ee commit e10f51aCopy full SHA for e10f51a
x-pack/qa/smoke-test-watcher/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherTestSuiteIT.java
@@ -69,9 +69,6 @@ public void startWatcher() throws Exception {
69
assertThat(templateExistsResponse.getStatusLine().getStatusCode(), is(200));
70
}
71
});
72
-
73
- // TODO why does the test fail without this? relaoding isseu with the new approach? Make sure to write a unit test!
74
- assertOK(adminClient().performRequest("PUT", ".watches"));
75
76
77
@After
0 commit comments