Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
a54852e1
Commit
a54852e1
authored
Jan 19, 2026
by
Gemini Wen
Browse files
fix: 补充API契约测试中缺失的hide_ccs_import_button字段
Co-Authored-By:
Claude Opus 4.5
<
noreply@anthropic.com
>
parent
668118de
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/internal/server/api_contract_test.go
View file @
a54852e1
...
@@ -337,7 +337,8 @@ func TestAPIContracts(t *testing.T) {
...
@@ -337,7 +337,8 @@ func TestAPIContracts(t *testing.T) {
"fallback_model_openai": "gpt-4o",
"fallback_model_openai": "gpt-4o",
"enable_identity_patch": true,
"enable_identity_patch": true,
"identity_patch_prompt": "",
"identity_patch_prompt": "",
"home_content": ""
"home_content": "",
"hide_ccs_import_button": false
}
}
}`
,
}`
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment