Skip to content
Snippets Groups Projects
Commit 3554736f authored by Mark Lapierre's avatar Mark Lapierre
Browse files

Swap brackets to avoid false positive

parent f9e06897
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment