test: use the correct stop watcher url
Original commit: elastic/x-pack-elasticsearch@6fa81079bb
This commit is contained in:
parent
39a56202cf
commit
3fdf9ad390
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue