test: use the correct stop watcher url

Original commit: elastic/x-pack-elasticsearch@6fa81079bb
This commit is contained in:
jaymode 2016-01-26 10:22:33 -05:00
parent 39a56202cf
commit 3fdf9ad390
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public abstract class XPackRestTestCase extends ESRestTestCase {
"test_user:changeme",
url.getHost(),
url.getPort(),
"/_watcher/stop", null, null));
"/_watcher/_stop", null, null));
client.execute(request);
}
}