test: 修复 PR842 的 CI 失败

This commit is contained in:
神乐
2026-03-07 21:09:34 +08:00
parent b59c79c458
commit 2b3e40bb2a
2 changed files with 3 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ func TestAPIContracts(t *testing.T) {
"sora_video_price_per_request": null,
"sora_video_price_per_request_hd": null,
"claude_code_only": false,
"allow_messages_dispatch": false,
"fallback_group_id": null,
"fallback_group_id_on_invalid_request": null,
"created_at": "2025-01-02T03:04:05Z",

View File

@@ -1,3 +1,5 @@
//go:build unit
package service
import (