Skip to content

Commit

Permalink
fix: fixed server test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 11, 2024
1 parent 8baf8de commit 5e5b1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@pytest.fixture(autouse=True)
def init_():
init(None, None, interactive=False)
init(None, interactive=False)


@pytest.fixture
Expand Down

0 comments on commit 5e5b1a4

Please sign in to comment.