We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b287583 commit adc2724Copy full SHA for adc2724
1 file changed
test/integration/models/image/test_image.py
@@ -19,10 +19,10 @@
19
def get_image_upload_regions(client: LinodeClient):
20
"""
21
This is necessary because the API does not currently expose
22
- a capability for regions that allow custom image uploads.
+ a capability for regions that allow custom image uploads.
23
24
- In the future, we should remove this if the API exposes a custom images capability or
25
- if all Object Storage regions support custom images.
+ In the future, we should remove this if the API exposes a custom images capability or
+ if all Object Storage regions support custom images.
26
27
28
return [
0 commit comments