fix: add max_claude_code_version to API contract test expected output

This commit is contained in:
shaw
2026-03-20 09:16:40 +08:00
parent 4015f31f28
commit 4f7629a4cb

View File

@@ -537,6 +537,7 @@ func TestAPIContracts(t *testing.T) {
"purchase_subscription_enabled": false, "purchase_subscription_enabled": false,
"purchase_subscription_url": "", "purchase_subscription_url": "",
"min_claude_code_version": "", "min_claude_code_version": "",
"max_claude_code_version": "",
"allow_ungrouped_key_scheduling": false, "allow_ungrouped_key_scheduling": false,
"backend_mode_enabled": false, "backend_mode_enabled": false,
"custom_menu_items": [] "custom_menu_items": []