Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
joejcollins committed Jan 16, 2024
1 parent 9c4edd6 commit 5f02465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/pkg_shared/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def mock_file_open(
file: str, mode: str, encoding: str | None = None # pylint: disable=unused-argument
) -> MockFile:
"""Return a mock file with some dummy content."""
"""Mimics the file open but returns a mock file with some dummy content."""
return MockFile('{"redis_host": "my-dev-box.somewhere.com", "redis_db": 3}')


Expand Down

0 comments on commit 5f02465

Please sign in to comment.