Skip to content

Commit

Permalink
fix(back-e2e): broken user country update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Jun 29, 2023
1 parent a8e7214 commit 903add8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend-e2e/src/user.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('User', () => {
await req.patch({
url: 'user',
status: 204,
body: { countryCode: newCountryCode },
body: { country: newCountryCode },
token: token
});

Expand Down

0 comments on commit 903add8

Please sign in to comment.