fix manifest

This commit is contained in:
Kenneth Kehl
2024-04-15 13:07:53 -07:00
parent 282611ec9c
commit 358971164e
3 changed files with 12 additions and 20 deletions

View File

@@ -63,7 +63,7 @@ def login_for_end_to_end_testing(browser):
# Save storage state into the file.
auth_state_path = os.path.join(
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.jso"
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"
)
context.storage_state(path=auth_state_path)