Skip to content

Commit

Permalink
fix: fixture scope
Browse files Browse the repository at this point in the history
  • Loading branch information
skoob13 committed Dec 11, 2024
1 parent b8448d2 commit 61319cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/hogai/eval/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from posthog.test.base import run_clickhouse_statement_in_parallel


@pytest.fixture(scope="package", autouse=True)
@pytest.fixture(scope="module", autouse=True)
def setup_kafka_tables(django_db_setup):
from posthog.clickhouse.client import sync_execute
from posthog.clickhouse.schema import (
Expand Down

0 comments on commit 61319cc

Please sign in to comment.