Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jun 9, 2024
1 parent aeee9c1 commit 89c102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/get_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_browser(browser_name, config=None, **kwargs):
)

elif browser_name == "flask":
app = kwargs.pop('app', app)
app = kwargs.pop("app", app)
return Browser("flask", **kwargs)

elif browser_name == "zope.testbrowser":
Expand Down

0 comments on commit 89c102e

Please sign in to comment.