From 09f73f38155e83ccdacfc62715cc3abe4db8720d Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Tue, 11 Jun 2024 10:39:44 -0700 Subject: [PATCH] debug prints --- tests/get_associations.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/get_associations.py b/tests/get_associations.py index f918682e29..5885b51623 100644 --- a/tests/get_associations.py +++ b/tests/get_associations.py @@ -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}" }