We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09d906 commit 52f75f4Copy full SHA for 52f75f4
tests/asyncio_fixture.py
@@ -36,7 +36,7 @@ def get_test_placeholder_user():
36
37
38
@pytest.fixture
39
-def fake_user_events():
+def fake_user_events(session):
40
Base.metadata.create_all(bind=test_engine)
41
user = get_test_placeholder_user()
42
session.add(user)
0 commit comments