mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-04 21:05:48 +02:00
Removing Test Client
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from django.test import TestCase, Client
|
||||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
from helpdesk.models import KBCategory, KBItem, Queue, Ticket
|
||||
from helpdesk.tests.helpers import get_staff_user
|
||||
|
Reference in New Issue
Block a user