From 188b89cb0eb9fc0d948456c3b8ac43e511fa9127 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 30 May 2017 15:54:30 +0700 Subject: [PATCH] Trivial fix typos Change-Id: I4c7d3a0d815a616d1ba2c0d26135db5f2aea0c2f --- watcher_tempest_plugin/tests/api/admin/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher_tempest_plugin/tests/api/admin/base.py b/watcher_tempest_plugin/tests/api/admin/base.py index d1fba68..d591035 100644 --- a/watcher_tempest_plugin/tests/api/admin/base.py +++ b/watcher_tempest_plugin/tests/api/admin/base.py @@ -165,7 +165,7 @@ class BaseInfraOptimTest(test.BaseTestCase): """Wrapper utility for creating a test audit :param audit_template_uuid: Audit Template UUID this audit will use - :param type: Audit type (either ONESHOT or CONTINUOUS) + :param audit_type: Audit type (either ONESHOT or CONTINUOUS) :param state: Audit state (str) :param interval: Audit interval in seconds (int) :return: A tuple with The HTTP response and its body