We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceca1eb commit 90e17b7Copy full SHA for 90e17b7
tests/unit/test_utils.py
@@ -1341,7 +1341,9 @@ def test_non_sensitive_info_masking(self):
1341
)
1342
1343
self.assertIn("Skipped value", log.output[0])
1344
- self.assertIn("source value that will be used = {'nonsensitivevalue': 'randomvalue'}", log.output[0])
+ self.assertIn(
1345
+ "source value that will be used = {'nonsensitivevalue': 'randomvalue'}", log.output[0]
1346
+ )
1347
self.assertIn("config value = {'nonsensitivevalue': 'randomvalue'}", log.output[0])
1348
1349
# source value is not None and config_value != source_value
0 commit comments