fix: resolve build errors in test files

This commit is contained in:
Arik Jones (aider)
2024-09-21 15:59:39 -05:00
parent 6ff44f81bb
commit e5d4c514a7
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ import (
"net/http/httptest"
"strings"
"reflect"
"log"
"io/ioutil"
)
func TestIsAllowedURL(t *testing.T) {