Skip to content

Commit

Permalink
fixed sanity error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian Soltermann committed Oct 24, 2023
1 parent e1cfefc commit 2f98ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/plugins/module_utils/test_config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def sample_config_path():
yield temp_file.name
os.unlink(temp_file.name)


def test_get_item(sample_config_path):
"""
Test retrieving a value from the config.
Expand Down

0 comments on commit 2f98ddb

Please sign in to comment.