We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb90a5 commit e4ada54Copy full SHA for e4ada54
aidbox_python_sdk/pytest_plugin.py
@@ -57,6 +57,7 @@ def app(create_app) -> Generator[web.Application, None, None]:
57
"""
58
59
app = create_app()
60
+ app[ak.sdk]._test_start_txid = -1
61
loop = asyncio.new_event_loop()
62
63
runner = web.AppRunner(app)
0 commit comments