Skip to content

Commit 5e5c563

Browse files
Revert "Fix rollback-incompat. upgrade test"
This reverts commit 301e2ce.
1 parent 301e2ce commit 5e5c563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mysql_vm_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def install_and_configure_mysql_dependencies() -> None:
182182
with pathlib.Path("snap_revisions.json").open("r") as file:
183183
revision = json.load(file)[platform.machine()]
184184
logger.info(f"Installing {CHARMED_MYSQL_SNAP_NAME} {revision=}")
185-
charmed_mysql.ensure(snap.SnapState.Present, classic=True, revision=revision)
185+
charmed_mysql.ensure(snap.SnapState.Present, revision=revision)
186186
if not charmed_mysql.held:
187187
# hold the snap in charm determined revision
188188
charmed_mysql.hold()

0 commit comments

Comments
 (0)