Skip to content

Commit c90c766

Browse files
committed
lint
1 parent 1f1f485 commit c90c766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/hooks/plugins/request_validator/hmac_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def valid_with(args = {})
223223

224224
it "returns false for unicode normalization attacks" do
225225
# Using similar-looking unicode characters
226-
unicode_headers = { default_header => signature.gsub('a', 'а') } # Cyrillic 'a'
226+
unicode_headers = { default_header => signature.gsub("a", "а") } # Cyrillic 'a'
227227
expect(valid_with(headers: unicode_headers)).to be false
228228
end
229229

0 commit comments

Comments
 (0)