summaryrefslogtreecommitdiffstats
path: root/tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py')
-rw-r--r--tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py b/tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py
index 6de75e9d..e68aa7d1 100644
--- a/tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py
+++ b/tests/PySys/software_management_end_to_end/sm_apt_install_download_path/run.py
@@ -82,7 +82,7 @@ class AptInstallWithDownloadPath(SoftwareManagement, TedgeEnvironment):
# download path validation
assert_install_in_download_path(install_directory=self.DOWNLOAD_DIR)
- self.wait_until_succcess()
+ self.wait_until_success()
self.assertThat("True == value", value=self.check_is_installed("rolldice"))
@@ -94,7 +94,7 @@ class AptInstallWithDownloadPath(SoftwareManagement, TedgeEnvironment):
action="delete",
)
- self.wait_until_succcess()
+ self.wait_until_success()
def validate(self):
self.assertThat("False == value", value=self.check_is_installed("rolldice"))