Skip to content

Commit

Permalink
test: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 11, 2023
1 parent a44a66f commit dc510b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import logging

import pytest

import aw_server
from aw_server.server import create_app

logging.basicConfig(level=logging.WARN)


@pytest.fixture(scope="session")
def app():
return aw_server.create_app("127.0.0.1", testing=True)
return create_app("127.0.0.1", testing=True)


@pytest.fixture(scope="session")
Expand Down

0 comments on commit dc510b1

Please sign in to comment.