We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d6c8f commit 5a11ce3Copy full SHA for 5a11ce3
tests/test_nova_api/test_cases.py
@@ -190,7 +190,6 @@ def test_set_case_state(self):
190
self.assertEqual(nova_case.progress_state, "Afsluttet")
191
192
193
-
194
def _get_case(case_uuid: str, nova_access: NovaAccess) -> NovaCase | None:
195
"""Get a case by the given uuid. Retry for up to 10 seconds until the case appears.
196
0 commit comments