From d5e17cb1ee87f51d0fd1b3c40e50791ae40e08a0 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 24 May 2018 07:51:40 -0400 Subject: Adding env datasource Signed-off-by: Dave Henderson --- data/datasource_file_test.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'data/datasource_file_test.go') 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() -- cgit v1.2.3