We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea8272 commit 905dd05Copy full SHA for 905dd05
tests/unit_tests/volumes/test_volumes.py
@@ -95,7 +95,7 @@ def test_initialize_a_volume(self):
95
assert volume.name == HDD_VOL_NAME
96
assert volume.size == HDD_VOL_SIZE
97
assert volume.type == HDD
98
- assert volume.location == Locations.FIN_01
+ assert volume.location == Locations.FIN_03
99
assert not volume.is_os_volume
100
assert volume.created_at == HDD_VOL_CREATED_AT
101
assert volume.target is None
0 commit comments