Commit 10a26ab1 authored by lixiaobing10051267's avatar lixiaobing10051267

"was not created" should be "was created"

parent 145da49c
...@@ -1086,7 +1086,7 @@ func TestDoRequestNewWayFile(t *testing.T) { ...@@ -1086,7 +1086,7 @@ func TestDoRequestNewWayFile(t *testing.T) {
t.Errorf("Expected: %#v, got %#v", expectedObj, obj) t.Errorf("Expected: %#v, got %#v", expectedObj, obj)
} }
if wasCreated { if wasCreated {
t.Errorf("expected object was not created") t.Errorf("expected object was created")
} }
tmpStr := string(reqBodyExpected) tmpStr := string(reqBodyExpected)
requestURL := testapi.Default.ResourcePathWithPrefix("foo/bar/baz", "", "", "") requestURL := testapi.Default.ResourcePathWithPrefix("foo/bar/baz", "", "", "")
......
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