summaryrefslogtreecommitdiffstats
path: root/integrations/xss_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/xss_test.go')
-rw-r--r--integrations/xss_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/integrations/xss_test.go b/integrations/xss_test.go
index d71c680d6f..d93d0ec036 100644
--- a/integrations/xss_test.go
+++ b/integrations/xss_test.go
@@ -24,6 +24,7 @@ func TestXSSUserFullName(t *testing.T) {
"name": user.Name,
"full_name": fullName,
"email": user.Email,
+ "language": "en-us",
})
session.MakeRequest(t, req, http.StatusFound)