Skip to content

Commit

Permalink
Fix OpenAPI integration tests
Browse files Browse the repository at this point in the history
Signed-off-by:Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger committed Aug 1, 2021
1 parent 07b1d7d commit 6671894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void testOpenAPIJSON() throws Exception {
Assertions.assertNotNull(obj);

Assertions.assertEquals("3.0.3", obj.getString("openapi"));
Assertions.assertEquals("Generated API", obj.getJsonObject("info").getString("title"));
Assertions.assertEquals("main-integration-test API", obj.getJsonObject("info").getString("title"));
Assertions.assertEquals("1.0", obj.getJsonObject("info").getString("version"));

JsonObject paths = obj.getJsonObject("paths");
Expand Down

0 comments on commit 6671894

Please sign in to comment.