Skip to content

Commit

Permalink
integration/test_storage: Change API missing error message
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Jun 12, 2024
1 parent 43e1327 commit 1063e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setUp(self):
super().setUp()

if not self.client.has_api_extension("storage"):
self.skipTest("Required LXD API extension not available!")
self.skipTest("Required \'storage\' LXD API extension not available!")


class TestStoragePools(StorageTestCase):
Expand Down

0 comments on commit 1063e21

Please sign in to comment.