Commit 7d008bd5 authored by IanShaw027's avatar IanShaw027
Browse files

fix(test): 修正 admin service 分组测试平台字段赋值

parent 66ff2def
......@@ -349,7 +349,7 @@ func TestAdminService_UpdateGroup_ClearsMessagesDispatchFieldsWhenPlatformChange
svc := &adminServiceImpl{groupRepo: repo}
group, err := svc.UpdateGroup(context.Background(), 1, &UpdateGroupInput{
Platform: ptrString(PlatformAnthropic),
Platform: PlatformAnthropic,
})
require.NoError(t, err)
require.NotNil(t, group)
......
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