Skip to content

Commit 2e03e7f

Browse files
committed
update tests
1 parent 54e722a commit 2e03e7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

__tests__/integration/index.test.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe("Integration", () => {
105105
properties: {
106106
107107
picture:
108-
"https://www.topaz.sh/assets/templates/citadel/img/Rick%20Sanchez.jpg",
108+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Rick%20Sanchez.jpg",
109109
roles: ["admin", "evil_genius"],
110110
status: "USER_STATUS_ACTIVE",
111111
},
@@ -375,7 +375,7 @@ describe("Integration", () => {
375375
properties: {
376376
377377
picture:
378-
"https://www.topaz.sh/assets/templates/citadel/img/Rick%20Sanchez.jpg",
378+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Rick%20Sanchez.jpg",
379379
roles: ["admin", "evil_genius"],
380380
status: "USER_STATUS_ACTIVE",
381381
},
@@ -494,7 +494,7 @@ describe("Integration", () => {
494494
properties: {
495495
496496
picture:
497-
"https://www.topaz.sh/assets/templates/citadel/img/Rick%20Sanchez.jpg",
497+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Rick%20Sanchez.jpg",
498498
roles: ["admin", "evil_genius"],
499499
status: "USER_STATUS_ACTIVE",
500500
},
@@ -885,7 +885,7 @@ describe("Integration", () => {
885885
properties: {
886886
887887
picture:
888-
"https://www.topaz.sh/assets/templates/citadel/img/Beth%20Smith.jpg",
888+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Beth%20Smith.jpg",
889889
roles: ["viewer"],
890890
status: "USER_STATUS_ACTIVE",
891891
},
@@ -913,7 +913,7 @@ describe("Integration", () => {
913913
properties: {
914914
915915
picture:
916-
"https://www.topaz.sh/assets/templates/citadel/img/Jerry%20Smith.jpg",
916+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Jerry%20Smith.jpg",
917917
roles: ["viewer"],
918918
status: "USER_STATUS_ACTIVE",
919919
},
@@ -930,7 +930,7 @@ describe("Integration", () => {
930930
properties: {
931931
932932
picture:
933-
"https://www.topaz.sh/assets/templates/citadel/img/Morty%20Smith.jpg",
933+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Morty%20Smith.jpg",
934934
roles: ["editor"],
935935
status: "USER_STATUS_ACTIVE",
936936
},
@@ -948,7 +948,7 @@ describe("Integration", () => {
948948
status: "USER_STATUS_ACTIVE",
949949
950950
picture:
951-
"https://www.topaz.sh/assets/templates/citadel/img/Rick%20Sanchez.jpg",
951+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Rick%20Sanchez.jpg",
952952
roles: ["admin", "evil_genius"],
953953
},
954954
createdAt: expect.anything(),
@@ -964,7 +964,7 @@ describe("Integration", () => {
964964
properties: {
965965
966966
picture:
967-
"https://www.topaz.sh/assets/templates/citadel/img/Summer%20Smith.jpg",
967+
"https://www.topaz.sh/assets/templates/v32/citadel/img/Summer%20Smith.jpg",
968968
roles: ["editor"],
969969
status: "USER_STATUS_ACTIVE",
970970
},

0 commit comments

Comments
 (0)