Skip to content

Commit 1a1b3c2

Browse files
committedDec 13, 2024·
update screenshot tests
1 parent 1f9f500 commit 1a1b3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎screenshot-test/App.screenshot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function getMockResponse(url) {
222222
};
223223
break;
224224
case `${SERVER_URL}api/companies/service-account/token`:
225-
case `${SERVER_URL}api/companies/{id}/service-account/token`:
225+
case `${SERVER_URL}api/companies/1/service-account/token`:
226226
res = {
227227
status: 200,
228228
contentType: 'application/json',

‎screenshot-test/data/api-account.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"createdDate" : null,
2121
"lastModifiedBy" : "admin",
2222
"lastModifiedDate" : "2019-11-14T11:30:46Z",
23-
"authorities" : [ "ROLE_USER", "ROLE_PREMIUM_USER", "ROLE_ADMIN", "ROLE_API" ]
23+
"authorities" : [ "ROLE_USER", "ROLE_PREMIUM_USER", "ROLE_ADMIN", "ROLE_API", "ROLE_COMPANY_ADMIN" ]
2424
}

0 commit comments

Comments
 (0)
Please sign in to comment.