Skip to content

Commit 081275e

Browse files
authored
Merge branch 'dev' into monitor-api
2 parents 15a49f5 + c449113 commit 081275e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/models/object_storage/test_obj.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import time
2-
from test.integration.conftest import get_region
32
from test.integration.helpers import send_request_when_resource_available
43

54
import pytest
@@ -19,7 +18,7 @@
1918

2019
@pytest.fixture(scope="session")
2120
def region(test_linode_client: LinodeClient):
22-
return get_region(test_linode_client, {"Object Storage"}).id
21+
return "us-southeast" # uncomment get_region(test_linode_client, {"Object Storage"}).id
2322

2423

2524
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)