Skip to content

Commit

Permalink
dumping CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
barrownicholas committed Apr 17, 2024
1 parent 4e37195 commit cab57c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ def test_get_trusted_downstream(self):
def test_get_origin_setting(self):
options.debug = False
options.origin = '*'
with self.assertRaises(ValueError):
get_origin_setting(options)

options.debug = True
self.assertEqual(get_origin_setting(options), '*')

Expand Down

0 comments on commit cab57c2

Please sign in to comment.