Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flask_testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class TestResponse(response_class, JsonResponseMixin):
return TestResponse


def _empty_render(template, context, app):
def _empty_render(app, template, context):
"""
Used to monkey patch the render_template flask method when
the render_templates property is set to False in the TestCase
Expand Down