Skip to content

Commit c77dc1b

Browse files
committed
fix
1 parent 19d191b commit c77dc1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/unit_tests/instances/test_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"hostname": INSTANCE_HOSTNAME,
5252
"description": INSTANCE_DESCRIPTION,
53-
"location_code": INSTANCE_LOCATION,
53+
"location": INSTANCE_LOCATION,
5454
"price_per_hour": INSTANCE_PRICE_PER_HOUR,
5555
"instance_type": INSTANCE_TYPE,
5656
"image": INSTANCE_IMAGE,

tests/unit_tests/volumes/test_volumes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"name": NVME_VOL_NAME,
3939
"size": NVME_VOL_SIZE,
4040
"type": NVME,
41-
"location_code": Locations.FIN_01,
41+
"location": Locations.FIN_01,
4242
"is_os_volume": True,
4343
"created_at": NVME_VOL_CREATED_AT,
4444
"target": TARGET_VDA,
@@ -52,7 +52,7 @@
5252
"name": HDD_VOL_NAME,
5353
"size": HDD_VOL_SIZE,
5454
"type": HDD,
55-
"location_code": Locations.FIN_01,
55+
"location": Locations.FIN_01,
5656
"is_os_volume": False,
5757
"created_at": HDD_VOL_CREATED_AT,
5858
"target": None,

0 commit comments

Comments
 (0)