We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e11059 commit 398ffecCopy full SHA for 398ffec
1 file changed
tests/unit/test_model.py
@@ -311,4 +311,4 @@ async def test_wait_for_active_status(self):
311
# use both `status` and `wait_for_active` - `wait_for_active` takes precedence
312
await m.wait_for_idle(apps=["dummy_app"], wait_for_active=True, status="doesn't matter")
313
314
- mock_apps.assert_called()
+ mock_apps.assert_called_with()
0 commit comments