Skip to content

Commit d813e0f

Browse files
chore: use specmatic-async docker image
1 parent 3b6a763 commit d813e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specmatic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ contracts:
33
- provides:
44
- specs:
55
- spec/order-events-async-api.yaml
6-
specType: ASYNCAPI
6+
specType: asyncapi
77
config:
88
servers:
99
- host: http://localhost:4566

src/test/kotlin/ContractTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ContractTest {
7777
println("Starting Specmatic contract tests...")
7878

7979
// Setup Specmatic container with host network mode
80-
val specmaticContainer = GenericContainer(DockerImageName.parse("specmatic/specmatic-async-core:latest"))
80+
val specmaticContainer = GenericContainer(DockerImageName.parse("specmatic/specmatic-async:latest"))
8181
.withCommand("test")
8282
.withFileSystemBind(
8383
"./specmatic.yaml",

0 commit comments

Comments
 (0)