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 f8fbf83 commit bca4634Copy full SHA for bca4634
test_data/config.ini
@@ -18,8 +18,8 @@ keyA =
18
value3
19
; This is another comment
20
21
-keyB = 456789123
22
- 567891234
+keyB = 456789123a
+ 567891234b
23
24
keyC =
25
tests/core/secrets_collection_test.py
@@ -81,9 +81,7 @@ def test_file_based_success_config():
81
82
assert [str(secret).splitlines()[1] for _, secret in secrets] == [
83
'Location: test_data/config.ini:2',
84
- 'Location: test_data/config.ini:6',
85
'Location: test_data/config.ini:10',
86
- 'Location: test_data/config.ini:15',
87
'Location: test_data/config.ini:21',
88
'Location: test_data/config.ini:22',
89
'Location: test_data/config.ini:32',
0 commit comments