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 c141a08 commit 00285d7Copy full SHA for 00285d7
tests/unit/test_virt_utils.py
@@ -18,11 +18,11 @@ def default_storage_pool():
18
19
20
def test__init_storage_value():
21
- assert storage.state is utils.Status.INITIALIZING
+ assert storage.state is utils.VirtGlobalStatus.INITIALIZING
22
assert storage.default_storage_pool is None
23
24
25
-@pytest.mark.parametrize('status', utils.Status)
+@pytest.mark.parametrize('status', utils.VirtGlobalStatus)
26
def test__setting_storage_state(status):
27
storage.state = status
28
assert storage.state is status
0 commit comments