Skip to content

Commit

Permalink
fix test error assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 30, 2025
1 parent 01db391 commit 0fcd3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/mdm/cert_extract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestQueryEscapedPEM(t *testing.T) {
assertError(t, err)

_, err = ExtractQueryEscapedPEM("INVALID")
assertNilError(t, err)
assertError(t, err)

_, err = ExtractQueryEscapedPEM(certQueryEscaped)
assertNilError(t, err)
Expand Down

0 comments on commit 0fcd3c8

Please sign in to comment.