Skip to content
Snippets Groups Projects
Commit 2b21a55a authored by Volodymyr Sydorenko's avatar Volodymyr Sydorenko Committed by David Diederich
Browse files

Trailing slash healthcheck integration test

(cherry picked from commit ba37bf8387a767216c168e48fc6b6e9e0ed3f39e)
(cherry picked from commit 35d229bc)
parent 7641b777
No related branches found
No related tags found
1 merge request!493Cherry-pick 'Trailing slash fix' into release/0.27
......@@ -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