From 5423eff844e10c6c7b649d76f39f92519306e99f Mon Sep 17 00:00:00 2001 From: Dhwani Patel Date: Fri, 18 Oct 2024 09:49:13 -0600 Subject: [PATCH] Fix the linting --- tests/test_fixity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fixity.py b/tests/test_fixity.py index 011625b..1304216 100644 --- a/tests/test_fixity.py +++ b/tests/test_fixity.py @@ -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)