mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Hash randomization makes one of the heuristic_log_sanitize checks not work.
Nothing we can do, when it sanitizes ssh_urls it's simply overzealous.
This commit is contained in:
parent
b1d78a61fc
commit
644e50fe34
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ class TestModuleUtilsBasicHelpers(unittest.TestCase):
|
||||||
# the password we can tell some things about the beginning and end of
|
# the password we can tell some things about the beginning and end of
|
||||||
# the data, though:
|
# the data, though:
|
||||||
self.assertTrue(ssh_output.startswith("{'"))
|
self.assertTrue(ssh_output.startswith("{'"))
|
||||||
self.assertTrue(ssh_output.endswith("'}}}}"))
|
self.assertTrue(ssh_output.endswith("}"))
|
||||||
try:
|
try:
|
||||||
self.assertIn(":********@foo.com/data',", ssh_output)
|
self.assertIn(":********@foo.com/data',", ssh_output)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue