summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/testcases/modules
diff options
context:
space:
mode:
authorParide Legovini <paride.legovini@canonical.com>2020-01-10 15:56:03 +0100
committerDaniel Watkins <oddbloke@ubuntu.com>2020-01-10 09:56:03 -0500
commit3f6192b39894761e8ddecefa3736ea0abbc35b90 (patch)
tree65e586cab7018c1332c65dbf2bf0dcb68cf5a47a /tests/cloud_tests/testcases/modules
parentc911afbfe5a38823971e9cdbd4d1848c6e5c16de (diff)
downloadvyos-cloud-init-3f6192b39894761e8ddecefa3736ea0abbc35b90.tar.gz
vyos-cloud-init-3f6192b39894761e8ddecefa3736ea0abbc35b90.zip
ssh_auth_key_fingerprints_disable test: fix capitalization (#165)
Adapt the test to the new capitalization introduced in 8116493950e7c47af0ce66fc1bb5d799ce5e477a.
Diffstat (limited to 'tests/cloud_tests/testcases/modules')
-rw-r--r--tests/cloud_tests/testcases/modules/ssh_auth_key_fingerprints_disable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cloud_tests/testcases/modules/ssh_auth_key_fingerprints_disable.py b/tests/cloud_tests/testcases/modules/ssh_auth_key_fingerprints_disable.py
index e7329d48..02935447 100644
--- a/tests/cloud_tests/testcases/modules/ssh_auth_key_fingerprints_disable.py
+++ b/tests/cloud_tests/testcases/modules/ssh_auth_key_fingerprints_disable.py
@@ -11,6 +11,6 @@ class TestSshKeyFingerprintsDisable(base.CloudTestCase):
"""Verify disabled."""
out = self.get_data_file('cloud-init.log')
self.assertIn('Skipping module named ssh-authkey-fingerprints, '
- 'logging of ssh fingerprints disabled', out)
+ 'logging of SSH fingerprints disabled', out)
# vi: ts=4 expandtab