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) { ...@@ -212,6 +212,7 @@ func TestAPIContracts(t *testing.T) {
"claude_code_only": false, "claude_code_only": false,
"fallback_group_id": null, "fallback_group_id": null,
"fallback_group_id_on_invalid_request": null, "fallback_group_id_on_invalid_request": null,
"allow_messages_dispatch": false,
"created_at": "2025-01-02T03:04:05Z", "created_at": "2025-01-02T03:04:05Z",
"updated_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