Skip to content

Commit f55bd8c

Browse files
committed
trailing whitespace removal
Signed-off-by: Andrew Twydell <[email protected]>
1 parent daa4250 commit f55bd8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/modules/test_cmci_filters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,9 @@ def test_extra_attributes_root(cmci_module):
641641
extension = "pyc"
642642

643643
# Order that Ansible returns supported parameters is not consistent everytime
644-
# expect_list ensures expected and actual output are compared after sorting the
644+
# expect_list ensures expected and actual output are compared after sorting the
645645
# list first. This means passing tests if all expected attributes are listed, but not caring about
646-
# the order.
646+
# the order.
647647
before_list = "Unsupported parameters for (basic.%s) module: resources.complex_filter.orange. Supported parameters include: " % extension
648648
sorted_list = ["cmci_cert", "cmci_host", "cmci_key", "cmci_password",
649649
"cmci_port", "cmci_user", "context", "fail_on_nodata", "insecure",

0 commit comments

Comments
 (0)