From c4831dfea2055ee8dab76642739eda8c28cc28ad Mon Sep 17 00:00:00 2001 From: "Arik Jones (aider)" Date: Thu, 19 Sep 2024 16:23:40 -0500 Subject: [PATCH] fix: resolve compilation errors in web_test.go --- cmd/web_test.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/web_test.go b/cmd/web_test.go index e996d28..96fe58e 100644 --- a/cmd/web_test.go +++ b/cmd/web_test.go @@ -2,11 +2,15 @@ package cmd import ( "testing" - "net/url" + "strings" "github.com/tnypxl/rollup/internal/config" "github.com/tnypxl/rollup/internal/scraper" ) +var ( + extractAndConvertContent func(string) (string, error) +) + func TestConvertPathOverrides(t *testing.T) { configOverrides := []config.PathOverride{ {