There was an error while loading. Please reload this page.
assertGoodView
url_name
The current signature of assertGoodView looks like this:
def assertGoodView(self, url_name, *args, **kwargs):
but the implementation never reverses the url_name param so a valid url name results in a 404 instead of a 400.
reverse