Skip to content

Commit

Permalink
bad english in test function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach committed Nov 21, 2023
1 parent d05db2f commit dfb8361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit dfb8361

Please sign in to comment.