Commit 3554736f authored by Mark Lapierre's avatar Mark Lapierre

Swap brackets to avoid false positive

parent f9e06897
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment