Skip to content

Commit

Permalink
corrected fix for list
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Mar 13, 2024
1 parent 571df7e commit 9d659ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _get_changelist_instance(self, menu_content):
admin_field, # sortable_by
]
if DJANGO_4_2:
args.add(search_help_text)
args.append(search_help_text)

return MenuItemChangeList(*args)

Expand Down

0 comments on commit 9d659ce

Please sign in to comment.