mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
tests: Fix app name in pytest.skip statement
Removed a stray `$` character prepended to the app name. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
6816d2c87d
commit
3bf9dac201
@ -638,7 +638,7 @@ class BaseAppTests:
|
||||
def test_run_diagnostics(self, session_browser):
|
||||
"""Test that all app diagnostics are passing."""
|
||||
if not self.check_diagnostics:
|
||||
pytest.skip(f'Skipping diagnostics check for ${self.app_name}.')
|
||||
pytest.skip(f'Skipping diagnostics check for {self.app_name}.')
|
||||
|
||||
time.sleep(self.diagnostics_delay)
|
||||
session_browser.find_by_id('id_extra_actions_button').click()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user