fix(ci): add GITEA_TOKEN for git clone authentication
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
"""Тесты для BackgroundJob."""
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
from faker import Faker
|
||||
|
||||
from apps.core.models import BackgroundJob, JobStatus
|
||||
from apps.core.services import BackgroundJobService
|
||||
from django.test import TestCase
|
||||
from faker import Faker
|
||||
|
||||
fake = Faker()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user