Skip to content

Commit

Permalink
use state in billingProfileUnAvailable (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet authored Jul 15, 2024
1 parent 501ebc9 commit 3da5b7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ public RequestResponsePact existingGCPBillingProfile(PactDslWithProvider builder
@Pact(consumer = "workspacemanager", provider = "bpm")
public RequestResponsePact billingProfileUnAvailable(PactDslWithProvider builder) {
return builder
.given("a missing billing profile")
.uponReceiving("A request to retrieve a billing profile")
.method("GET")
// there's no state set on this pact, so this id won't exist in bpm
.path(String.format("/api/profiles/v1/%s", dummyAzureProfileId))
.willRespondWith()
.status(403)
Expand Down

0 comments on commit 3da5b7f

Please sign in to comment.