From aa9bca810912f102a13a674ee30bf97f5667f662 Mon Sep 17 00:00:00 2001 From: tjp Date: Mon, 13 Nov 2023 07:27:56 -0700 Subject: lint and bug fixes --- spartan/request_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'spartan/request_test.go') diff --git a/spartan/request_test.go b/spartan/request_test.go index 89326f1..cb15459 100644 --- a/spartan/request_test.go +++ b/spartan/request_test.go @@ -38,7 +38,6 @@ func TestParseRequest(t *testing.T) { assert.Equal(t, test.host, request.Host) assert.Equal(t, test.path, request.Path) - assert.Equal(t, test.path, request.RawPath) assert.Equal(t, test.clen, clen) }) } -- cgit v1.2.3