Skip to content

Commit

Permalink
Update test_explorer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Oct 17, 2023
1 parent bf4bd03 commit b6d079e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def fixture_seismic_case_uuid() -> str:
def fixture_explorer(token: str) -> Explorer:
"""Returns explorer"""
print("TKN:", token)
print("TKN2:", len(token))
print("TKN3:", token[0:9])
return Explorer("dev", token=token)


Expand Down

0 comments on commit b6d079e

Please sign in to comment.