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

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

0 comments on commit da653fb

Please sign in to comment.