Commit 58707f8a authored by erio's avatar erio
Browse files

fix: restore upstream api_contract_test and remove Sora fields

parent c6089ccb
...@@ -205,9 +205,12 @@ func TestAPIContracts(t *testing.T) { ...@@ -205,9 +205,12 @@ func TestAPIContracts(t *testing.T) {
"image_price_2k": null, "image_price_2k": null,
"image_price_4k": null, "image_price_4k": null,
"claude_code_only": false, "claude_code_only": false,
"allow_messages_dispatch": false, "allow_messages_dispatch": false,
"fallback_group_id": null, "fallback_group_id": null,
"fallback_group_id_on_invalid_request": null, "fallback_group_id_on_invalid_request": null,
"allow_messages_dispatch": false,
"require_oauth_only": false,
"require_privacy_set": false,
"created_at": "2025-01-02T03:04:05Z", "created_at": "2025-01-02T03:04:05Z",
"updated_at": "2025-01-02T03:04:05Z" "updated_at": "2025-01-02T03:04:05Z"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment