"frontend/src/api/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "bb664d9bbfe8fe004fdc47c55653c5c904a6bed1"
Commit d22e62ac authored by erio's avatar erio
Browse files

fix(test): add allow_messages_dispatch to group API contract test



The recent upstream commit added allow_messages_dispatch to the Group
DTO but did not update the API contract test expectation.
Co-Authored-By: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 1ee17383
......@@ -212,6 +212,7 @@ func TestAPIContracts(t *testing.T) {
"claude_code_only": false,
"fallback_group_id": null,
"fallback_group_id_on_invalid_request": null,
"allow_messages_dispatch": false,
"created_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