Skip to content

Commit 4d87197

Browse files
author
Antti Myyrä
committed
Storage: new defaults for storage creation
1 parent 98c2efa commit 4d87197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_get_templates(self, manager):
3030
@responses.activate
3131
def test_storage_create(self, manager):
3232
Mock.mock_post("storage")
33-
storage = manager.create_storage(666, "maxiops", "My data collection", "fi-hel1")
33+
storage = manager.create_storage(zone="fi-hel1", size=666, tier="maxiops", title="My data collection")
3434
assert type(storage).__name__ == "Storage"
3535
assert storage.size == 666
3636
assert storage.tier == "maxiops"

0 commit comments

Comments
 (0)