diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2022-03-31 13:46:52 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2022-03-31 13:46:52 +0000 |
commit | ad82eede77ba61c886b3f9b12551070bb80ad0a3 (patch) | |
tree | d7a062fdd1da63da017ad306eac0d65436372ec5 /spec/requests/git_http_spec.rb | |
parent | 9499073eb7e284ef1a867c6636a29bddb912fa17 (diff) | |
parent | 10669ffeb75d4f5f010c186fa5f4bd0de8b8574e (diff) | |
download | gitlab-ce-14-7-stable.tar.gz |
Merge remote-tracking branch 'dev/14-7-stable' into 14-7-stable14-7-stable
Diffstat (limited to 'spec/requests/git_http_spec.rb')
-rw-r--r-- | spec/requests/git_http_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb index 623cf24b9cb..d2528600477 100644 --- a/spec/requests/git_http_spec.rb +++ b/spec/requests/git_http_spec.rb @@ -319,7 +319,7 @@ RSpec.describe 'Git HTTP requests' do context 'when user is using credentials with special characters' do context 'with password with special characters' do before do - user.update!(password: Gitlab::Password.test_default) + user.update!(password: 'RKszEwéC5kFnû∆f243fycGu§Gh9ftDj!U') end it 'allows clones' do @@ -1670,7 +1670,7 @@ RSpec.describe 'Git HTTP requests' do context 'when user is using credentials with special characters' do context 'with password with special characters' do before do - user.update!(password: Gitlab::Password.test_default) + user.update!(password: 'RKszEwéC5kFnû∆f243fycGu§Gh9ftDj!U') end it 'allows clones' do |