Skip to content

Commit 4e802e8

Browse files
committed
Fix unit test
1 parent 10779b3 commit 4e802e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/_internal/server/routers/test_instances.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ async def test_converts_legacy_termination_reason_string(
389389
await session.execute(
390390
text("UPDATE instances SET termination_reason = 'Fleet has too many instances'")
391391
)
392+
await session.commit()
392393
resp = await client.post(
393394
"/api/instances/list", headers=get_auth_headers(user.token), json={}
394395
)

0 commit comments

Comments
 (0)