Skip to content

Commit

Permalink
Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Feb 9, 2024
1 parent fb2d605 commit a2c9b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions met-api/tests/unit/utils/test_util_cors.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ class TestCors():
pass

rv = TestCors().options() # pylint: disable=no-member
assert rv[2]['Access-Control-Allow-Origin'] == '*'
assert rv[2]['Access-Control-Allow-Methods'] == methods
assert rv[0]['Access-Control-Allow-Origin'] == '*'
assert rv[0]['Access-Control-Allow-Methods'] == methods

0 comments on commit a2c9b39

Please sign in to comment.