Skip to content

Commit 905dd05

Browse files
committed
fix test
1 parent 9ea8272 commit 905dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/volumes/test_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_initialize_a_volume(self):
9595
assert volume.name == HDD_VOL_NAME
9696
assert volume.size == HDD_VOL_SIZE
9797
assert volume.type == HDD
98-
assert volume.location == Locations.FIN_01
98+
assert volume.location == Locations.FIN_03
9999
assert not volume.is_os_volume
100100
assert volume.created_at == HDD_VOL_CREATED_AT
101101
assert volume.target is None

0 commit comments

Comments
 (0)