Skip to content

Commit

Permalink
test: Determine why tests are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Jan 3, 2024
1 parent 5e93fc6 commit d05d982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
def test_calculate_sync(client):
"""Confirm that the calculate endpoint outputs the same data as the main API"""

print("Bearer " + os.getenv("AUTH0_TEST_TOKEN_NO_DOMAIN"))

country_id = "us"

# Load the sample data
Expand Down

0 comments on commit d05d982

Please sign in to comment.