Swap brackets to avoid false positive

This commit is contained in:
Mark Lapierre 2019-05-06 17:30:24 +10:00
parent f9e06897ad
commit 3554736f23

View file

@ -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