Skip to content

Commit

Permalink
Move core.test_job to subscription.test_job_creation
Browse files Browse the repository at this point in the history
The test is checking wether the user is able to create a job based on the current subscription status (activity,storage,etc...).
So its belong to subscription rather than core.
  • Loading branch information
gounux committed Dec 20, 2024
1 parent 247ce82 commit 093ebc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from qfieldcloud.subscription.models import Subscription
from rest_framework.test import APITestCase

from .utils import set_subscription, setup_subscription_plans
from qfieldcloud.core.tests.utils import set_subscription, setup_subscription_plans

logging.disable(logging.CRITICAL)

Expand Down

0 comments on commit 093ebc0

Please sign in to comment.