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 847cbdb commit dcf9f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def fixture_test_case(explorer: Explorer, case_name: str) -> Case:


@pytest.fixture(name="sumo_client")
def fixture_sumo_client():
def fixture_sumo_client(token: str):
"""Returns SumoClient for dev env"""
return SumoClient("dev")
return SumoClient("dev", token=token)


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

0 comments on commit dcf9f40

Please sign in to comment.