mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	activate barcode tests
This commit is contained in:
		| @@ -91,7 +91,7 @@ class LabelTest(InvenTreeAPITestCase): | ||||
|     def test_label_rendering(self): | ||||
|         """Test label rendering""" | ||||
|  | ||||
|         labels = [PartLabel.objects.first(), ] | ||||
|         labels = PartLabel.objects.all() | ||||
|         part = PartLabel.objects.first() | ||||
|  | ||||
|         for label in labels: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user