Skip to content

Commit e10f51a

Browse files
committed
Watcher: Remove unneeded index deletion in tests
A leftover invalid TODO comment and `.watches` index deletion command can be removed again.
1 parent db008ee commit e10f51a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/qa/smoke-test-watcher/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherTestSuiteIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ public void startWatcher() throws Exception {
6969
assertThat(templateExistsResponse.getStatusLine().getStatusCode(), is(200));
7070
}
7171
});
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"));
7572
}
7673

7774
@After

0 commit comments

Comments
 (0)