Commit 4f7629a4 authored by shaw's avatar shaw
Browse files

fix: add max_claude_code_version to API contract test expected output

parent 4015f31f
...@@ -537,6 +537,7 @@ func TestAPIContracts(t *testing.T) { ...@@ -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": []
......
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