Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 42322ad

Browse files
committed
Add add_select1_result to mockserver.test_snapshot_read_concurrent
1 parent 4cd0c31 commit 42322ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/mockserver_tests/test_request_id_header.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_snapshot_execute_sql(self):
7474
assert got_stream_segments == want_stream_segments
7575

7676
def test_snapshot_read_concurrent(self):
77+
add_select1_result()
7778
db = self.database
7879
# Trigger BatchCreateSessions firstly.
7980
with db.snapshot() as snapshot:

0 commit comments

Comments
 (0)