close
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo in test
  • Loading branch information
mbg committed Feb 11, 2026
commit bc1164e014587d7238a036a340d47b7549140779
2 changes: 1 addition & 1 deletion src/start-proxy/ca.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function checkCertAttributes(
(attr) => attr.name as string,
);
const issuerMap = toMap(
cert.subject.attributes,
cert.issuer.attributes,
(attr) => attr.name as string,
);

Expand Down
Loading