Skip to content

Commit

Permalink
test: fill missing upon statement on pact
Browse files Browse the repository at this point in the history
  • Loading branch information
jangjunha committed Sep 14, 2023
1 parent 4db36d6 commit f2083ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class OrderServicePactTest {
@Pact(consumer = "ftgo-api-gateway")
fun createOrder(builder: PactBuilder): V4Pact = builder
.given("a restaurant and a consumer")
.expectsToReceiveHttpInteraction("") { httpBuilder ->
.expectsToReceiveHttpInteraction("creating order") { httpBuilder ->
httpBuilder
.withRequest { request ->
request
Expand Down

0 comments on commit f2083ff

Please sign in to comment.