Skip to content

Commit

Permalink
Update test description to contain mention of bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jan 12, 2019
1 parent 167a715 commit 38de73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misago/admin/tests/test_generic_admin_list_view.py
Expand Up @@ -40,6 +40,7 @@ def test_view_is_not_redirecting_if_flag_is_set_in_querystring(admin_client):


def test_restoring_filters_from_session_handles_filters_entry_being_none(admin_client):
"""Regression test for https://github.com/rafalp/Misago/pull/1177"""
response = admin_client.get("%s?set_filters=1&rank=1" % list_link)
assert response.status_code == 302
response = admin_client.get("%s?set_filters=0" % list_link)
Expand Down

0 comments on commit 38de73e

Please sign in to comment.