Skip to content

Commit

Permalink
getting tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Loo committed Mar 31, 2021
1 parent f8fbf83 commit bca4634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test_data/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ keyA =
value3
; This is another comment

keyB = 456789123
567891234
keyB = 456789123a
567891234b

keyC =

Expand Down
2 changes: 0 additions & 2 deletions tests/core/secrets_collection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ def test_file_based_success_config():

assert [str(secret).splitlines()[1] for _, secret in secrets] == [
'Location: test_data/config.ini:2',
'Location: test_data/config.ini:6',
'Location: test_data/config.ini:10',
'Location: test_data/config.ini:15',
'Location: test_data/config.ini:21',
'Location: test_data/config.ini:22',
'Location: test_data/config.ini:32',
Expand Down

0 comments on commit bca4634

Please sign in to comment.