Skip to content

Commit 726cc85

Browse files
author
Ruslan Gainutdinov
committed
fix: format
1 parent 9340b4d commit 726cc85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration_tests/test_spot_instances.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def test_create_spot(self, verda_client: VerdaClient):
3030
image='ubuntu-22.04',
3131
is_spot=True,
3232
ssh_key_ids=[ssh_key.id],
33-
os_volume=OSVolume(name='test-os-volume-spot', size=56, on_spot_discontinue='delete_permanently'),
33+
os_volume=OSVolume(
34+
name='test-os-volume-spot', size=56, on_spot_discontinue='delete_permanently'
35+
),
3436
)
3537

3638
# assert instance is created

0 commit comments

Comments
 (0)