Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpherrinm committed Oct 25, 2024
1 parent 8f473ea commit 56bc6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/admin/key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestCSR(t *testing.T) {
badCSR := strings.Replace(goodCSR, "Wul6", "Wul7", 1)

csrFile := path.Join(t.TempDir(), "bad.csr")
err := os.WriteFile(csrFile, []byte(badCSR), 0600)
err = os.WriteFile(csrFile, []byte(badCSR), 0600)
test.AssertNotError(t, err, "writing bad csr")

_, err = spkiHashFromCSRPEM(csrFile, true)
Expand Down

0 comments on commit 56bc6c1

Please sign in to comment.