Skip to content

Commit

Permalink
FINERACT-836 Integration test for swagger-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
thesmallstar authored and vorburger committed Jul 17, 2020
1 parent 9eff82d commit 9048d41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public void setup() {
}

@Test
public void testSwaggerUAccess() {
public void testSwaggeruiAccess() {
Utils.performServerGet(requestSpec, responseSpec, "/fineract-provider/swagger-ui", null);
Utils.performServerGet(requestSpec, responseSpec, "/fineract-provider/swagger-ui/index.html", null);
}
Expand Down

0 comments on commit 9048d41

Please sign in to comment.