We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10779b3 commit f438c54Copy full SHA for f438c54
src/tests/_internal/server/routers/test_instances.py
@@ -389,6 +389,7 @@ async def test_converts_legacy_termination_reason_string(
389
await session.execute(
390
text("UPDATE instances SET termination_reason = 'Fleet has too many instances'")
391
)
392
+ await session.commit()
393
resp = await client.post(
394
"/api/instances/list", headers=get_auth_headers(user.token), json={}
395
0 commit comments