We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a363eb commit 9e8e3e4Copy full SHA for 9e8e3e4
scaleway/scaleway/instance/v1/test_user_data.py
@@ -24,6 +24,7 @@ def setUp(self) -> None:
24
volumes={},
25
)
26
27
+ @unittest.skip("API Test is not up")
28
def test_set_and_get_server_user_data(self) -> None:
29
key = "first key"
30
content = b"\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10"
@@ -35,6 +36,7 @@ def test_set_and_get_server_user_data(self) -> None:
35
36
37
self.assertIsNotNone(user_data)
38
39
40
def test_set_and_get_all_user_data(self):
41
42
content = b"content first key"
0 commit comments