summaryrefslogtreecommitdiff
path: root/spec/factories/groups.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/groups.rb')
-rw-r--r--spec/factories/groups.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/groups.rb b/spec/factories/groups.rb
index 3b354c0d96b..753003a1572 100644
--- a/spec/factories/groups.rb
+++ b/spec/factories/groups.rb
@@ -9,7 +9,7 @@ FactoryBot.define do
if group.owner
# We could remove this after we have proper constraint:
# https://gitlab.com/gitlab-org/gitlab-ce/issues/43292
- raise "Don't set owner for groups, use `group.add_owner(user)` instead"
+ raise _("Don't set owner for groups, use `group.add_owner(user)` instead")
end
end