Skip to content

Commit 04ea944

Browse files
committed
Fix cloud tests imports
1 parent 711d4fd commit 04ea944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/cloud/test_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
from tests.integration import requirescloudproxy
3434
from tests.integration.util import wait_until_not_raised
35-
from tests.integration.advanced.cloud import CloudProxyCluster, CLOUD_PROXY_SERVER
35+
from tests.integration.cloud import CloudProxyCluster, CLOUD_PROXY_SERVER
3636

3737
DISALLOWED_CONSISTENCIES = [
3838
ConsistencyLevel.ANY,

tests/integration/cloud/test_cloud_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from cassandra.query import SimpleStatement
2626

2727
from tests.integration import execute_until_pass
28-
from tests.integration.advanced.cloud import CloudProxyCluster
28+
from tests.integration.cloud import CloudProxyCluster
2929

3030
log = logging.getLogger(__name__)
3131

0 commit comments

Comments
 (0)