Skip to content

Commit

Permalink
debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jun 11, 2024
1 parent 25f1c74 commit 09f73f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/get_associations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def get_associations(token, env):
if env == "ops":
mode = cmr.queries.CMR_OPS

if token:
print("THERE IS A TOKEN")

headers = {
"Authorization": f"Bearer {token}"
}
Expand Down

0 comments on commit 09f73f3

Please sign in to comment.