Skip to content

Commit 7cb9e47

Browse files
authored
test: fix test_read_gbq_query timeout on g3 python 3.13 tests (#2160)
1 parent 35c1c33 commit 7cb9e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/session/test_read_gbq_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ def test_read_gbq_query_sets_destination_table():
3535

3636
assert query == "SELECT 'my-test-query';"
3737
assert config.destination is not None
38+
session.close()

0 commit comments

Comments
 (0)