Skip to content

Commit f2dc85a

Browse files
committed
Fix comment
1 parent d1ea5e5 commit f2dc85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/_internal/server/background/tasks/test_process_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ async def test_terminate(self, test_db, session: AsyncSession):
601601
@pytest.mark.parametrize("test_db", ["sqlite", "postgres"], indirect=True)
602602
async def test_terminates_terminating_deleted_instance(self, test_db, session: AsyncSession):
603603
# There was a race condition when instance could stay in Terminating while marked as deleted.
604-
# TODO:
604+
# TODO: Drop this after all such "bad" instances are processed.
605605
project = await create_project(session=session)
606606
instance = await create_instance(
607607
session=session, project=project, status=InstanceStatus.TERMINATING

0 commit comments

Comments
 (0)