Skip to content

Commit d186356

Browse files
Update unit testing (#262)
- Remove 'unit' field check - Ref: inventree/InvenTree#9150
1 parent 4038afc commit d186356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_company.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def test_fields(self):
5151
field_names = company.Company.fieldNames(self.api)
5252

5353
for field in [
54-
'url',
5554
'name',
5655
'image',
5756
'is_customer',

0 commit comments

Comments
 (0)