We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c612 commit 8441c5cCopy full SHA for 8441c5c
ci_metainsight_test.go
@@ -10,7 +10,7 @@ import (
10
func TestCIService_CreateDataset(t *testing.T) {
11
setup()
12
defer teardown()
13
- wantBody := "{\"DatasetName\":\"adataset\",\"Description\":\"dataset test\",\"TemplateId\":\"Official:COSBasicMeta\"}"
+ wantBody := "{\"DatasetName\":\"adataset\",\"Description\":\"dataset test\",\"TemplateId\":\"Official:COSBasicMeta\",\"Version\":\"\",\"Volume\":0,\"TrainingMode\":0,\"TrainingDataset\":\"\",\"TrainingURI\":\"\"}"
14
15
mux.HandleFunc("/dataset", func(w http.ResponseWriter, r *http.Request) {
16
testMethod(t, r, http.MethodPost)
0 commit comments