Skip to content

Commit

Permalink
chore(lint): fix codespell complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusz Duda <dariusz.duda@canonical.com>
  • Loading branch information
dariuszd21 committed Sep 20, 2024
1 parent 65bcf1a commit 6a74436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/services/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_default_config_handler_success(default_config_handler, item, expected):
)
def test_config_service_converts_type(
monkeypatch: pytest.MonkeyPatch,
fake_services, # Has to be intantiated before `fake_process` as it calls lsb_release
fake_services, # Has to be instantiated before `fake_process` as it calls lsb_release
fake_process: pytest_subprocess.FakeProcess,
item: str,
environment_variables: dict[str, str],
Expand Down

0 comments on commit 6a74436

Please sign in to comment.