Skip to content

Commit

Permalink
Update tests/config/test_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
abn and radoering authored Feb 1, 2025
1 parent 97a1518 commit 198eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_disabled_keyring_is_unavailable(
# non-string key
('{0: "hello"}', True),
# non-string value in list
('{"world: ["hello", 0]}', True),
('{"world": ["hello", 0]}', True),
],
)
def test_config_get_from_environment_variable_build_config_settings(
Expand Down

0 comments on commit 198eee7

Please sign in to comment.