Swap brackets to avoid false positive
This commit is contained in:
parent
f9e06897ad
commit
3554736f23
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ describe QA::Git::Repository do
|
|||
end
|
||||
|
||||
it 'adds credentials with special characters' do
|
||||
password = %q(!"#$%&'()*+,-./:;<=>?)
|
||||
password = %q[!"#$%&')(*+,-./:;<=>?]
|
||||
repository.username = 'user'
|
||||
repository.password = password
|
||||
|
||||
|
|
Loading…
Reference in a new issue