Skip to content

Commit e5905d2

Browse files
committed
fix: tests
Signed-off-by: rapour <reza.abbasalipour@canonical.com>
1 parent 1ce7a8f commit e5905d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
backend = os.environ.get("BACKEND", None)
2626
profile = os.environ.get("LXC_PROFILE", "lxc/microk8s.profile")
2727
snap_data = os.environ.get("SNAP_DATA", "/var/snap/microk8s/current")
28-
distro = os.environ.get("DISTRO", "ubuntu:20.04")
28+
distro = os.environ.get("DISTRO", "ubuntu:22.04")
2929

3030
TEMPLATES = Path(__file__).absolute().parent / "templates"
3131

0 commit comments

Comments
 (0)