diff --git a/pkg/filesystem/local/handller_test.go b/pkg/filesystem/local/handller_test.go index ba1a9d1..653baad 100644 --- a/pkg/filesystem/local/handller_test.go +++ b/pkg/filesystem/local/handller_test.go @@ -27,7 +27,7 @@ func TestHandler_Put(t *testing.T) { }, { file: ioutil.NopCloser(strings.NewReader("test input file")), - dst: "notexist:/S.TXT", + dst: "/notexist:/S.TXT", err: true, }, }