Skip to content

Commit

Permalink
[release] 2.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyankaMarbill committed Oct 22, 2024
1 parent 34db205 commit a6d2799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_ifsc_response
assert last_response.ok?
assert h['Access-Control-Allow-Origin'] == '*'
assert h['Content-Type'] == 'application/json'
assert h['X-XSS-Protection'] == '1; mode=block'
assert_equal data, JSON.parse(File.read 'test/HDFC0CAGSBK.json')
end

Expand Down

0 comments on commit a6d2799

Please sign in to comment.