Skip to content

Commit

Permalink
ATO-1237: add provider state in consumer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-GDS committed Jan 14, 2025
1 parent 6bb8bf1 commit 71686fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ describe("ClientRegistryProvider", () => {

test("it should return an a client registry object when adding a client", async () => {
provider
.given("valid configuration to add a client")
.uponReceiving("configuration to add a client")
.withRequest({
method: "POST",
Expand Down Expand Up @@ -108,6 +109,7 @@ describe("ClientRegistryProvider", () => {

test("it should return an a client registry object when updating a client", async () => {
provider
.given("testClientIdExampleText1234 is a valid clientId")
.uponReceiving("configuration to update a client")
.withRequest({
method: "PUT",
Expand Down

0 comments on commit 71686fb

Please sign in to comment.