Skip to content

Commit

Permalink
fixup boring test
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 7, 2023
1 parent 127bb94 commit eb0c17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linkerd/meshtls/boring/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use std::time::Duration;
fn load(ent: &Entity) -> crate::creds::Store {
let roots_pem = std::str::from_utf8(ent.trust_anchors).expect("valid PEM");
let (store, _) = crate::creds::watch(
ent.name.parse().unwrap(),
ent.name.parse().unwrap(),
roots_pem,
ent.key,
Expand Down

0 comments on commit eb0c17f

Please sign in to comment.