From 225849850f4537b5bae4bb2afb8e3e6ae505b1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Mon, 7 May 2018 11:37:30 +0200 Subject: [PATCH] fixup! fixup! proftpd: instance test suite fix all getInstanceParameterDict typos --- software/proftpd/test/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/proftpd/test/utils.py b/software/proftpd/test/utils.py index 210017fac9..55f09b36a6 100644 --- a/software/proftpd/test/utils.py +++ b/software/proftpd/test/utils.py @@ -138,7 +138,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): # TODO: log more details in this case assert software_status_dict['status_code'] == 0 - instance_parameter_dict = cls.getInstanceParmeterDict() + instance_parameter_dict = cls.getInstanceParameterDict() instance_status_dict = slapos_controler.runComputerPartition( config, cluster_configuration=instance_parameter_dict, @@ -157,7 +157,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): partition_parameter_kw=instance_parameter_dict)) # expose some class attributes so that tests can use them: - # the ComputerPartition instances, to getInstanceParmeterDict + # the ComputerPartition instances, to getInstanceParameterDict cls.computer_partition = computer_partition_list[0] # the path of the instance on the filesystem, for low level inspection -- 2.25.1