Skip to content

Commit

Permalink
chore: fix failing user summary context mock (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankypant authored Aug 9, 2023
1 parent 2e80ef8 commit 880b260
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": {
"additions": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "204",
"status": "204",
"default": true,
"data": { "serviceAgreementId": "12345ed2abc2134" }
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "accessgroups/users/permissions/summary",
"request": {
"url": "/access-control/client-api/v2/accessgroups/users/permissions/summary",
"url": "/access-control/client-api/v3/accessgroups/users/permissions/summary",
"method": "GET"
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": {
"id": "jb007-007-1010a-nkit12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": 201,
"status": 201,
"default": true,
"data": {
"id": "qwe123-asd3a-34456-asdsd-2344ertf5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": 201,
"status": 201,
"default": true,
"data": {
"id": "qwe123-asd3a-34456-asdsd-2344ertf5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": 200,
"status": 200,
"default": true,
"data": {}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"responses": {
"ok": {
"stats": "200",
"status": "200",
"default": true,
"data": [
{
Expand Down

0 comments on commit 880b260

Please sign in to comment.