mirror of
https://github.com/langgenius/dify.git
synced 2026-04-09 18:08:09 +08:00
fix CI
This commit is contained in:
parent
98663d4c59
commit
035bf5a999
@ -106,7 +106,7 @@ class TestForgotPasswordCheckApi:
|
||||
assert response == {"is_valid": True, "email": "admin@example.com", "token": "new-token"}
|
||||
mock_rate_limit_check.assert_called_once_with("admin@example.com")
|
||||
mock_generate_token.assert_called_once_with(
|
||||
"admin@example.com",
|
||||
"Admin@Example.com",
|
||||
code="4321",
|
||||
additional_data={"phase": "reset"},
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user