Removing Test Client

This commit is contained in:
Sam Splunks 2024-12-06 10:11:29 +00:00
parent 93f6123545
commit 9ab10b93e1

View File

@ -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