diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-31 21:08:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-31 21:08:16 +0000 |
commit | 32bbedbc214c30979168c8005c83259feb468540 (patch) | |
tree | 4fdc4817df2ce77440cd4894759100bbb22df806 /spec/models/hooks | |
parent | e7fb61499317b3c044845817b991e13aea276955 (diff) | |
download | gitlab-ce-32bbedbc214c30979168c8005c83259feb468540.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/hooks')
-rw-r--r-- | spec/models/hooks/system_hook_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/hooks/system_hook_spec.rb b/spec/models/hooks/system_hook_spec.rb index a3d36058b74..bf69c7219a8 100644 --- a/spec/models/hooks/system_hook_spec.rb +++ b/spec/models/hooks/system_hook_spec.rb @@ -37,7 +37,7 @@ RSpec.describe SystemHook do let(:project) { create(:project, namespace: user.namespace) } let(:group) { create(:group) } let(:params) do - { name: 'John Doe', username: 'jduser', email: 'jg@example.com', password: Gitlab::Password.test_default } + { name: 'John Doe', username: 'jduser', email: 'jg@example.com', password: 'mydummypass' } end before do |