Skip to content

Commit

Permalink
Fix the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Oct 18, 2024
1 parent 8518312 commit 5423eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fixity.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def test_main_handles_exception_if_environment_key_is_missing(


@mock.patch("requests.get")
def test_scanall_handles_exception_if_storage_serrvice_is_not_connected(
def test_scanall_handles_exception_if_storage_service_is_not_connected(
_get: mock.Mock, monkeypatch: pytest.MonkeyPatch
) -> None:
monkeypatch.setenv("STORAGE_SERVICE_URL", STORAGE_SERVICE_URL)
Expand Down

0 comments on commit 5423eff

Please sign in to comment.