mirror of https://github.com/langgenius/dify.git
final
This commit is contained in:
parent
3e9e28d985
commit
2b985e57e3
|
|
@ -319,7 +319,7 @@ def test_oauth_account_successful_retrieval(
|
|||
assert response.status_code == 200
|
||||
assert response.get_json() == {
|
||||
"name": "Test User",
|
||||
"email": "test@example.com",
|
||||
"email": account.email,
|
||||
"avatar": "avatar_url",
|
||||
"interface_language": "en-US",
|
||||
"timezone": "UTC",
|
||||
|
|
|
|||
Loading…
Reference in New Issue