test: add debugging info and fix reflect import

This commit is contained in:
Arik Jones (aider)
2024-09-21 15:57:05 -05:00
parent 73116e8d82
commit 2fd411ce65
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import (
"net/http"
"net/http/httptest"
"strings"
"reflect"
)
func TestIsAllowedURL(t *testing.T) {