Skip to content
Snippets Groups Projects
Commit 35d229bc authored by Volodymyr Sydorenko's avatar Volodymyr Sydorenko
Browse files

Trailing slash healthcheck integration test

(cherry picked from commit ba37bf8387a767216c168e48fc6b6e9e0ed3f39e)
parent 254744ef
No related branches found
No related tags found
1 merge request!489Trailing slash fix
......@@ -117,6 +117,6 @@ public abstract class RetrieveApiTestTemplate extends BaseTestTemplate {
public void should_returnTrailingOk() throws Exception {
ClientResponse response =
TestUtils.send("api/register/v1/ah/liveness_check/", HttpMethod.GET.name(), this.testUtils.getOpsAccessToken(), "", "");
assertEquals(HttpStatus.OK, response.getStatus());
assertEquals(expectedOkResponseCode(), response.getStatus());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment