Skip to content

Commit

Permalink
test(core): ticket category tenancy model checks
Browse files Browse the repository at this point in the history
ref: #283 #284
  • Loading branch information
jon-nfc committed Sep 13, 2024
1 parent 5d116c7 commit f289803
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import pytest
import unittest
import requests

from django.test import TestCase, Client

from access.tests.abstract.tenancy_object import TenancyObject

from core.models.ticket.ticket_category import TicketCategory



class TicketCategoryTenancyObject(
TestCase,
TenancyObject
):

model = TicketCategory

0 comments on commit f289803

Please sign in to comment.