summaryrefslogtreecommitdiffstats
path: root/tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py')
-rw-r--r--tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py b/tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py
index aa9dc7d7..d7c6c644 100644
--- a/tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py
+++ b/tests/PySys/software_management_end_to_end/sm_apt_install_remove_default/run.py
@@ -30,13 +30,13 @@ class PySysTest(SoftwareManagement):
self.trigger_action("rolldice", self.get_pkgid("rolldice"), " ", "", "install")
- self.wait_until_succcess()
+ self.wait_until_success()
self.assertThat("True == value", value=self.check_is_installed("rolldice"))
self.trigger_action("rolldice", self.get_pkgid("rolldice"), " ", "", "delete")
- self.wait_until_succcess()
+ self.wait_until_success()
def validate(self):