summaryrefslogtreecommitdiff
path: root/functionaltests
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests')
-rw-r--r--functionaltests/cli/v1/behaviors/secret_behaviors.py2
-rw-r--r--functionaltests/client/v1/functional/test_acl.py2
-rw-r--r--functionaltests/common/config.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/functionaltests/cli/v1/behaviors/secret_behaviors.py b/functionaltests/cli/v1/behaviors/secret_behaviors.py
index 2361029..b28db33 100644
--- a/functionaltests/cli/v1/behaviors/secret_behaviors.py
+++ b/functionaltests/cli/v1/behaviors/secret_behaviors.py
@@ -57,7 +57,7 @@ class SecretBehaviors(base_behaviors.BaseBehaviors):
def store_secret(self, payload="Payload for testing", store_argv=[]):
""" Store (aka create) a secret
- The store_argv paramater allows additional command line parameters for
+ The store_argv parameter allows additional command line parameters for
the store operation to be specified. This can be used to specify -a for
algorithm as an example.
diff --git a/functionaltests/client/v1/functional/test_acl.py b/functionaltests/client/v1/functional/test_acl.py
index 3e3ee01..220d78c 100644
--- a/functionaltests/client/v1/functional/test_acl.py
+++ b/functionaltests/client/v1/functional/test_acl.py
@@ -275,7 +275,7 @@ class ACLsTestCase(BaseACLsTestCase):
@testcase.attr('negative')
def test_delete_non_existent_secret_valid_uuid(self):
- """A delete on a ACL when secret with a valid UUID does not exist
+ """A delete on an ACL when secret with a valid UUID does not exist
This should return a 404.
"""
diff --git a/functionaltests/common/config.py b/functionaltests/common/config.py
index de64634..4466a51 100644
--- a/functionaltests/common/config.py
+++ b/functionaltests/common/config.py
@@ -69,7 +69,7 @@ def setup_config(config_file=''):
# Actually parse config
TEST_CONF(
- (), # Required to load a anonymous config
+ (), # Required to load an anonymous config
default_config_files=config_to_load
)