We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bb251 commit 689d4abCopy full SHA for 689d4ab
1 file changed
tests/integration/server/test_graphql_query.py
@@ -398,8 +398,8 @@ async def create_joke():
398
@pytest.mark.asyncio
399
async def test_query_single_run():
400
# Enable tracing for this test - MUST be set before init()
401
- os.environ["ALPHATRION_ENABLE_TRACING"] = "true"
402
os.environ["ALPHATRION_CLICKHOUSE_INIT_TABLES"] = "true"
+ os.environ["ALPHATRION_ENABLE_TRACING"] = "true"
403
404
team_id = uuid.uuid4()
405
user_id = uuid.uuid4()
0 commit comments