Skip to content

Commit 0212978

Browse files
committed
change pricePerHour to price_per_hour
1 parent 3042dc8 commit 0212978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/instance_types/test_instance_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_instance_types(http_client):
4747
"size_in_gigabytes": STORAGE_SIZE
4848
},
4949
"description": INSTANCE_TYPE_DESCRIPTION,
50-
"pricePerHour": "5.00",
50+
"price_per_hour": "5.00",
5151
"instance_type": INSTANCE_TYPE
5252
}
5353
],

0 commit comments

Comments
 (0)