Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit eb70708

Browse files
WardormeurDanielBrierton
authored andcommitted
fix e2e tests for join requests
1 parent 0d5b688 commit eb70708

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/fixtures/e2e/users.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,8 @@
877877
},
878878
{
879879
"user": {
880-
"name": "userRequestingAccess1",
880+
"firstName": "userRequestingAccess",
881+
"lastName": "one",
881882
"email": "[email protected]",
882883
"password": "testuserRequestingAccess1",
883884
"termsConditionsAccepted": true,
@@ -917,7 +918,8 @@
917918
},
918919
{
919920
"user": {
920-
"name": "userRequestingAccess2",
921+
"firstName": "userRequestingAccess",
922+
"lastName": "two",
921923
"email": "[email protected]",
922924
"password": "testuserRequestingAccess2",
923925
"termsConditionsAccepted": true,

0 commit comments

Comments
 (0)