Skip to content

Commit

Permalink
Revert "Fix tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Apr 21, 2020
1 parent 09474e6 commit 7a94dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Expand Up @@ -61,8 +61,8 @@ def full_config(tmp_path, partial_config):


@pytest.fixture
async def web_client(event_loop):
async with init_web_client(loop=event_loop) as web_client:
async def web_client():
async with init_web_client() as web_client:
yield web_client


Expand Down

0 comments on commit 7a94dd2

Please sign in to comment.