diff options
Diffstat (limited to 'integrations/xss_test.go')
-rw-r--r-- | integrations/xss_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/xss_test.go b/integrations/xss_test.go index 425165dccc..2d83e1e106 100644 --- a/integrations/xss_test.go +++ b/integrations/xss_test.go @@ -24,7 +24,7 @@ func TestXSSUserFullName(t *testing.T) { "name": user.Name, "full_name": fullName, "email": user.Email, - "language": "en-us", + "language": "en-US", }) session.MakeRequest(t, req, http.StatusFound) |