From ece890c1ba97e4743d8fbb1da1b93d69dd77a26c Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Mon, 6 May 2024 16:16:44 -0500 Subject: [PATCH] fix: pylint fixes --- eox_hooks/tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eox_hooks/tests/test_integration.py b/eox_hooks/tests/test_integration.py index 1ebba45..829304a 100644 --- a/eox_hooks/tests/test_integration.py +++ b/eox_hooks/tests/test_integration.py @@ -1,5 +1,5 @@ """ -Test views file. +Test integration file. """ from unittest.mock import MagicMock, patch from django.test import TestCase