Skip to content

Commit

Permalink
删除掉了故意添加的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
代军 committed Sep 18, 2024
1 parent 2d8edbe commit 595fe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/appbuilder/agent_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestNewAgentBuilder(t *testing.T) {
}

// 测试逻辑
config, err := NewSDKConfig("", "1")
config, err := NewSDKConfig("", "")
if err != nil {
t.Fatalf("new http client config failed: %v", err)
}
Expand Down

0 comments on commit 595fe00

Please sign in to comment.