From dfb83615165b9f463daf3cdaaad13376e6c76fbd Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 21 Nov 2023 15:30:52 -0600 Subject: [PATCH] bad english in test function comment --- parse_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parse_test.go b/parse_test.go index cda726c..146d256 100644 --- a/parse_test.go +++ b/parse_test.go @@ -243,8 +243,8 @@ func TestParse_IncorrectHtu(t *testing.T) { } } -// Test that an htu claim without query or fragments is properly validated -// according to DPoP spec +// Test that an htu claim with query or fragments is properly parsed +// and passes validation according to DPoP spec func TestParse_CorrectHttpURLWithQueryFragments(t *testing.T) { // Arrange httpUrl := url.URL{