Skip to content

Commit bca4634

Browse files
author
Aaron Loo
committed
getting tests to pass
1 parent f8fbf83 commit bca4634

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test_data/config.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ keyA =
1818
value3
1919
; This is another comment
2020

21-
keyB = 456789123
22-
567891234
21+
keyB = 456789123a
22+
567891234b
2323

2424
keyC =
2525

tests/core/secrets_collection_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ def test_file_based_success_config():
8181

8282
assert [str(secret).splitlines()[1] for _, secret in secrets] == [
8383
'Location: test_data/config.ini:2',
84-
'Location: test_data/config.ini:6',
8584
'Location: test_data/config.ini:10',
86-
'Location: test_data/config.ini:15',
8785
'Location: test_data/config.ini:21',
8886
'Location: test_data/config.ini:22',
8987
'Location: test_data/config.ini:32',

0 commit comments

Comments
 (0)