Skip to content

Commit 90e17b7

Browse files
codestyle fix again
1 parent ceca1eb commit 90e17b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/test_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,9 @@ def test_non_sensitive_info_masking(self):
13411341
)
13421342

13431343
self.assertIn("Skipped value", log.output[0])
1344-
self.assertIn("source value that will be used = {'nonsensitivevalue': 'randomvalue'}", log.output[0])
1344+
self.assertIn(
1345+
"source value that will be used = {'nonsensitivevalue': 'randomvalue'}", log.output[0]
1346+
)
13451347
self.assertIn("config value = {'nonsensitivevalue': 'randomvalue'}", log.output[0])
13461348

13471349
# source value is not None and config_value != source_value

0 commit comments

Comments
 (0)