From 75c6609dffe2d3b81890d647e73b178f963b5074 Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 29 Jun 2021 09:34:12 +0200 Subject: [PATCH] Correct task conftest fixture path --- apps/cic-eth/tests/task/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/tests/task/conftest.py b/apps/cic-eth/tests/task/conftest.py index 210aa07f..f6698a69 100644 --- a/apps/cic-eth/tests/task/conftest.py +++ b/apps/cic-eth/tests/task/conftest.py @@ -1 +1 @@ -from tests.fixtures_celery import * +from cic_eth.pytest.fixtures_celery import *