Skip to content

Commit

Permalink
add fixes to schedule deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Dec 16, 2024
1 parent e795640 commit 4a64a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

import jwt
import pytest
from capyc.pytest.core.fixtures import Random
from capyc.pytest.django.fixtures.signals import Signals
from django.core.cache import cache
from django.utils import timezone
from rest_framework.test import APIClient

from breathecode.notify.utils.hook_manager import HookManagerClass
from breathecode.utils.exceptions import TestError
from capyc.pytest.core.fixtures import Random
from capyc.pytest.django.fixtures.signals import Signals

# set ENV as test before run django
os.environ["ENV"] = "test"
Expand Down

0 comments on commit 4a64a12

Please sign in to comment.