fix(ci): add GITEA_TOKEN for git clone authentication
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""Tests for core services"""
|
||||
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.test import TestCase
|
||||
|
||||
from apps.core.exceptions import NotFoundError
|
||||
from apps.core.services import BaseService
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.test import TestCase
|
||||
|
||||
User = get_user_model()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user