Skip to content

Commit e4ada54

Browse files
committed
Restore initial txid
1 parent 9eb90a5 commit e4ada54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aidbox_python_sdk/pytest_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def app(create_app) -> Generator[web.Application, None, None]:
5757
"""
5858

5959
app = create_app()
60+
app[ak.sdk]._test_start_txid = -1
6061
loop = asyncio.new_event_loop()
6162

6263
runner = web.AppRunner(app)

0 commit comments

Comments
 (0)