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 588597c commit bf4bd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ def fixture_seismic_case_uuid() -> str:
"""Returns seismic case uuid"""
return "c616019d-d344-4094-b2ee-dd4d6d336217"

@pytest.fixture(token=token, name="explorer")
@pytest.fixture(name="explorer")
def fixture_explorer(token: str) -> Explorer:
"""Returns explorer"""
print("TKN:", token)
return Explorer("dev", token=token)


Expand Down

0 comments on commit bf4bd03

Please sign in to comment.