Skip to content

Commit 2b07e5a

Browse files
committed
add protected paremeter on test
1 parent ef87304 commit 2b07e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/scaleway/instance/v1/test_user_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def setUp(self) -> None:
2222
image="ubuntu_jammy",
2323
name="my-server-web",
2424
volumes={},
25+
protected=False,
2526
)
2627

2728
@unittest.skip("API Test is not up")

0 commit comments

Comments
 (0)