提交 3554736f 编写于 作者: M Mark Lapierre

Swap brackets to avoid false positive

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册