We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6a763 commit d813e0fCopy full SHA for d813e0f
specmatic.yaml
@@ -3,7 +3,7 @@ contracts:
3
- provides:
4
- specs:
5
- spec/order-events-async-api.yaml
6
- specType: ASYNCAPI
+ specType: asyncapi
7
config:
8
servers:
9
- host: http://localhost:4566
src/test/kotlin/ContractTest.kt
@@ -77,7 +77,7 @@ class ContractTest {
77
println("Starting Specmatic contract tests...")
78
79
// Setup Specmatic container with host network mode
80
- val specmaticContainer = GenericContainer(DockerImageName.parse("specmatic/specmatic-async-core:latest"))
+ val specmaticContainer = GenericContainer(DockerImageName.parse("specmatic/specmatic-async:latest"))
81
.withCommand("test")
82
.withFileSystemBind(
83
"./specmatic.yaml",
0 commit comments