Skip to content

Commit

Permalink
change scope of fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Aug 12, 2024
1 parent 3fe23ee commit 7369939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form-designer/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from reflex_local_auth import LocalUser


@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def form_designer_app():
with AppHarness.create(root=Path(__file__).parent.parent) as harness:
yield harness
Expand Down

0 comments on commit 7369939

Please sign in to comment.