Skip to content

Commit

Permalink
Fix 013 failure by updating openapi assert
Browse files Browse the repository at this point in the history
This is due to this change: quarkusio/quarkus/pull/19148
  • Loading branch information
Sgitario committed Aug 4, 2021
1 parent e171e2c commit abe2424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class OpenApiTest {
private static final Path JSON_FILE_NAME_FULL_PATH = Paths.get(directory + JSON_FILE_NAME);

private static final String EXPECTED_TAGS = "[{\"name\":\"Ping\",\"description\":\"Ping API\"},{\"name\":\"Pong\",\"description\":\"Pong API\"}]";
private static final String EXPECTED_INFO = "{\"title\":\"Generated API\",\"version\":\"1.0\"}";
private static final String EXPECTED_INFO = "{\"title\":\"013-quarkus-oidc-restclient API\",\"version\":\"1.0.0-SNAPSHOT\"}";

// QUARKUS-716
@Test
Expand Down

0 comments on commit abe2424

Please sign in to comment.