diff --git a/InvenTree/part/test_migrations.py b/InvenTree/part/test_migrations.py index 0dbcdb1af8..41fead4b30 100644 --- a/InvenTree/part/test_migrations.py +++ b/InvenTree/part/test_migrations.py @@ -38,7 +38,6 @@ class TestForwardMigrations(MigratorTestCase): with self.assertRaises(AttributeError): print(p.is_template) - def test_models_exist(self): Part = self.new_state.apps.get_model('part', 'part')