more debug

This commit is contained in:
Kenneth Kehl
2024-04-15 09:25:46 -07:00
parent 0ce3d5033c
commit 9e0fe69d2b

View File

@@ -163,7 +163,7 @@ def test_create_new_template(authenticated_page):
auth_state_path = os.path.join(
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"
)
assert os.path.is_file(auth_state_path)
assert os.path.isfile(auth_state_path)
_setup(page)