Skip to content

Commit 2265dca

Browse files
committed
Merge branch 'feature/user-required-locale' into staging
2 parents 544e8b4 + d797558 commit 2265dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/v1/login_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module V1
3434
email: user.email,
3535
"is-active": true,
3636
"deactivated-at": nil,
37-
locale: nil,
37+
locale: "en",
3838
"organization-account": false,
3939
"permissions-request": nil,
4040
"permissions-accepted": nil,

0 commit comments

Comments
 (0)