Skip to content

Commit 589fa09

Browse files
Use data-integrator from edge
1 parent 17ae511 commit 589fa09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/test_data_integrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def test_external_connectivity_with_data_integrator(
6464
ops_test.model.deploy(
6565
DATA_INTEGRATOR_APP_NAME,
6666
application_name=DATA_INTEGRATOR_APP_NAME,
67-
channel="latest/stable",
67+
channel="latest/edge", # Use edge for s390x
6868
series=series,
6969
config=data_integrator_config,
7070
),

tests/integration/test_hacluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def test_external_connectivity_vip_with_hacluster(ops_test: OpsTest, charm
111111
ops_test.model.deploy(
112112
DATA_INTEGRATOR_APP_NAME,
113113
application_name=DATA_INTEGRATOR_APP_NAME,
114-
channel="latest/stable",
114+
channel="latest/edge", # Use edge for s390x
115115
series=series,
116116
config={"database-name": TEST_DATABASE},
117117
num_units=4,

0 commit comments

Comments
 (0)