DataFile should not inherit from ChangeLoggingMixin

This commit is contained in:
jeremystretch
2023-02-11 16:31:00 -05:00
parent 62509c20da
commit a1c9f7a2c6
3 changed files with 9 additions and 7 deletions

View File

@@ -50,7 +50,6 @@ class DataSourceTestCase(ViewTestCases.PrimaryObjectViewTestCase):
class DataFileTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.GetObjectChangelogViewTestCase,
ViewTestCases.DeleteObjectViewTestCase,
ViewTestCases.ListObjectsViewTestCase,
ViewTestCases.BulkDeleteObjectsViewTestCase,