summaryrefslogtreecommitdiff
path: root/internal/datafs/reader_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/datafs/reader_test.go')
-rw-r--r--internal/datafs/reader_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/datafs/reader_test.go b/internal/datafs/reader_test.go
index dbb37edc..a89656a7 100644
--- a/internal/datafs/reader_test.go
+++ b/internal/datafs/reader_test.go
@@ -19,8 +19,6 @@ import (
"github.com/stretchr/testify/require"
)
-const osWindows = "windows"
-
func TestResolveURL(t *testing.T) {
out, err := resolveURL(*mustParseURL("http://example.com/foo.json"), "bar.json")
require.NoError(t, err)