From 3c1114389844cf6452bd0bb9c8f11ae1603fe0ed Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 21 Nov 2024 08:45:43 -0600 Subject: [PATCH] Include_Api_tests #1097 --- sde_collections/tests/api_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sde_collections/tests/api_tests.py b/sde_collections/tests/api_tests.py index 46487d19..0a7a9245 100644 --- a/sde_collections/tests/api_tests.py +++ b/sde_collections/tests/api_tests.py @@ -4,7 +4,7 @@ import pytest from django.utils import timezone -from sde_collections.models.collection import Collection, WorkflowStatusChoices +from sde_collections.models.collection import WorkflowStatusChoices from sde_collections.models.delta_url import DumpUrl from sde_collections.sinequa_api import Api from sde_collections.tasks import fetch_and_replace_full_text