mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix remaining tests
This commit is contained in:
@@ -106,7 +106,11 @@ class BaseFilterSetTests:
|
||||
|
||||
# All other fields
|
||||
else:
|
||||
self.assertIn(model_field.name, filterset_fields, f'No filter found for {model_field.name}!')
|
||||
self.assertIn(
|
||||
model_field.name,
|
||||
filterset_fields,
|
||||
f'No filter found for {model_field.name} ({type(model_field)})!'
|
||||
)
|
||||
|
||||
|
||||
class ChangeLoggedFilterSetTests(BaseFilterSetTests):
|
||||
|
Reference in New Issue
Block a user