DataFile should not inherit from ChangeLoggingMixin

This commit is contained in:
jeremystretch
2023-02-11 16:31:00 -05:00
parent 5d70c2536c
commit 916dde1d64
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,