We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d49e6a commit 612210cCopy full SHA for 612210c
1 file changed
tests/unit/test_model.py
@@ -349,7 +349,7 @@ async def test_wait_for_active_units_waiting_application(self):
349
workload_status_message="workload_status_message",
350
machine=None,
351
agent_status="idle",
352
- )],
+ )],
353
)
354
355
app.get_status = base.AsyncMock(return_value=app_status)
@@ -387,7 +387,7 @@ async def test_wait_for_active_units_waiting_for_units(self):
387
388
389
390
391
392
393
0 commit comments