mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	fix wrong assertation path
This commit is contained in:
		| @@ -94,7 +94,7 @@ class AppMixinTest(BaseMixinDefinition, TestCase): | ||||
|  | ||||
|     def test_function(self): | ||||
|         # test that this plugin is in settings | ||||
|         self.assertIn('plugins.samples.integration', settings.INSTALLED_APPS) | ||||
|         self.assertIn('plugin.samples.integration', settings.INSTALLED_APPS) | ||||
|  | ||||
|  | ||||
| class NavigationMixinTest(BaseMixinDefinition, TestCase): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user