mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	fix test that failing deliveries do not block
This commit is contained in:
		| @@ -61,7 +61,8 @@ class BaseNotificationTests(BaseNotificationIntegrationTest): | ||||
|         with self.assertRaises(NotImplementedError): | ||||
|             AnotherFalseNotificationMethod('', '', '', {'name': 1, 'message': 2, }, ) | ||||
|  | ||||
|         # cover faling delivery | ||||
|     def test_failing_passing(self): | ||||
|         # cover failing delivery | ||||
|         self._notification_run() | ||||
|  | ||||
|     def test_errors_passing(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user