mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-04 10:11:45 +01:00
Removing Test Client
This commit is contained in:
parent
93f6123545
commit
9ab10b93e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user