Skip to content

Commit 1c40cd6

Browse files
[MISC] Update data-integrator charm base (#429)
1 parent 1f11bf0 commit 1c40cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_expose_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def test_expose_external(ops_test, charm) -> None:
132132
DATA_INTEGRATOR,
133133
channel="latest/edge",
134134
application_name=DATA_INTEGRATOR,
135-
base="ubuntu@22.04",
135+
base="ubuntu@24.04",
136136
config={"database-name": TEST_DATABASE_NAME},
137137
num_units=1,
138138
),

0 commit comments

Comments
 (0)