Skip to content

Commit 689d4ab

Browse files
committed
fix test
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 56bb251 commit 689d4ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/server/test_graphql_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ async def create_joke():
398398
@pytest.mark.asyncio
399399
async def test_query_single_run():
400400
# Enable tracing for this test - MUST be set before init()
401-
os.environ["ALPHATRION_ENABLE_TRACING"] = "true"
402401
os.environ["ALPHATRION_CLICKHOUSE_INIT_TABLES"] = "true"
402+
os.environ["ALPHATRION_ENABLE_TRACING"] = "true"
403403

404404
team_id = uuid.uuid4()
405405
user_id = uuid.uuid4()

0 commit comments

Comments
 (0)