Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdcm committed Jan 2, 2025
1 parent 7e2fb4b commit e59ed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web_ui_local/test_local_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup_method(self, method):
)

def teardown_method(self, method):
self._app.at(setup.CloseApp, screenshot_filename=f"./guara-1.png")
self._app.at(setup.CloseApp, screenshot_filename="./guara-1.png")

def test_vpm_transaction_chain(self):
text = ["cheese", "selenium", "test", "bla", "foo"]
Expand Down

0 comments on commit e59ed93

Please sign in to comment.