diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2018-05-24 07:51:40 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2018-05-26 13:06:52 -0400 |
| commit | d5e17cb1ee87f51d0fd1b3c40e50791ae40e08a0 (patch) | |
| tree | 994baf2d2ebefeb445b6d99fe2bea305233f4c03 /data/datasource_file_test.go | |
| parent | 8c1aa365be022c0c0c33cee8f2dfb9532442d522 (diff) | |
Adding env datasource
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'data/datasource_file_test.go')
| -rw-r--r-- | data/datasource_file_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/datasource_file_test.go b/data/datasource_file_test.go index 6fc92b83..f4f9da61 100644 --- a/data/datasource_file_test.go +++ b/data/datasource_file_test.go @@ -3,7 +3,6 @@ package data import ( - "net/url" "testing" "github.com/blang/vfs" @@ -11,11 +10,6 @@ import ( "github.com/stretchr/testify/assert" ) -func mustParseURL(in string) *url.URL { - u, _ := url.Parse(in) - return u -} - func TestReadFile(t *testing.T) { content := []byte(`hello world`) fs := memfs.Create() |
