mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
show filterable: False if not filterable
This commit is contained in:
@@ -106,4 +106,4 @@ def test_filterable_fields(options, instance, admin_user):
|
||||
assert 'filterable' in filterable_info
|
||||
assert filterable_info['filterable'] is True
|
||||
|
||||
assert 'filterable' not in non_filterable_info
|
||||
assert not non_filterable_info['filterable']
|
||||
|
||||
Reference in New Issue
Block a user