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.
2 parents 15a49f5 + c449113 commit 081275eCopy full SHA for 081275e
test/integration/models/object_storage/test_obj.py
@@ -1,5 +1,4 @@
1
import time
2
-from test.integration.conftest import get_region
3
from test.integration.helpers import send_request_when_resource_available
4
5
import pytest
@@ -19,7 +18,7 @@
19
18
20
@pytest.fixture(scope="session")
21
def region(test_linode_client: LinodeClient):
22
- return get_region(test_linode_client, {"Object Storage"}).id
+ return "us-southeast" # uncomment get_region(test_linode_client, {"Object Storage"}).id
23
24
25
0 commit comments