We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708a4d9 commit c314b76Copy full SHA for c314b76
1 file changed
tests/unit/test_model.py
@@ -352,7 +352,7 @@ async def test_wait_for_active_units_waiting_application(self):
352
workload_status_message="workload_status_message",
353
machine=None,
354
agent_status="idle",
355
- )],
+ )],
356
)
357
358
app.get_status = base.AsyncMock(return_value=app_status)
@@ -390,7 +390,7 @@ async def test_wait_for_active_units_waiting_for_units(self):
390
391
392
393
394
395
396
0 commit comments