Skip to content

Commit d8d540e

Browse files
committed
fix: tests
1 parent 4d6aad4 commit d8d540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springwolf-examples/springwolf-jms-example/src/test/java/io/github/springwolf/examples/jms/ApiWithOpenApiV31SchemaFormatIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void asyncApiResourceArtifactTest() throws Exception {
3636
String actualPatched = actual.replace("localhost:61616", "activemq:61616");
3737
Files.writeString(Path.of("src", "test", "resources", "asyncapi.actual.json"), actualPatched);
3838

39-
InputStream s = this.getClass().getResourceAsStream("/asyncapi.openapiv3.json");
39+
InputStream s = this.getClass().getResourceAsStream("/asyncapi.openapiv31.json");
4040
String expected = new String(s.readAllBytes(), StandardCharsets.UTF_8).trim();
4141

4242
assertThat(actualPatched).isEqualTo(expected);

0 commit comments

Comments
 (0)