We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1f485 commit c90c766Copy full SHA for c90c766
spec/lib/hooks/plugins/request_validator/hmac_spec.rb
@@ -223,7 +223,7 @@ def valid_with(args = {})
223
224
it "returns false for unicode normalization attacks" do
225
# Using similar-looking unicode characters
226
- unicode_headers = { default_header => signature.gsub('a', 'а') } # Cyrillic 'a'
+ unicode_headers = { default_header => signature.gsub("a", "а") } # Cyrillic 'a'
227
expect(valid_with(headers: unicode_headers)).to be false
228
end
229
0 commit comments