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 dcf9f40 commit 6ee80f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ def fixture_seismic_case_uuid() -> str:
@pytest.fixture(name="explorer")
def fixture_explorer(token: str) -> Explorer:
"""Returns explorer"""
print("TKN:", token)
print("TKN2:", len(token))
print("TKN3:", token[0:9])
sumo = Explorer("dev", token=token)
print(sumo.cases[0].name)
return sumo
return Explorer("dev", token=token)


@pytest.fixture(name="test_case")
Expand Down

0 comments on commit 6ee80f8

Please sign in to comment.