Skip to content

Commit

Permalink
修改了yml文件变量名不对应的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
代军 committed Sep 12, 2024
1 parent d8bb40b commit 665e196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/appbuilder/dataset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func TestDataset(t *testing.T) {
if err != nil {
t.Fatalf("create dataset failed: %v", err)
}

documentID, err := dataset.UploadLocalFile(datasetID, "./files/test.pdf")
if err != nil {
t.Fatalf("upload file failed: %v", err)
Expand Down

0 comments on commit 665e196

Please sign in to comment.