From ed2ecf48c6b3911cb761524cd0f8a3ea82c4dee3 Mon Sep 17 00:00:00 2001 From: MKLeb Date: Mon, 18 Sep 2023 16:49:44 -0400 Subject: [PATCH] Remove condition to switch from `arm64` to `aarch64` in the download tests --- pkg/tests/download/test_pkg_download.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/tests/download/test_pkg_download.py b/pkg/tests/download/test_pkg_download.py index c3cd24a8e66..81542ec4583 100644 --- a/pkg/tests/download/test_pkg_download.py +++ b/pkg/tests/download/test_pkg_download.py @@ -255,8 +255,6 @@ def setup_redhat_family( repo_subpath, ): arch = os.environ.get("SALT_REPO_ARCH") or "x86_64" - if arch == "aarch64": - arch = "arm64" if repo_subpath == "minor": repo_url_base = (