Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
unexge committed Jul 7, 2023
1 parent e0c071a commit 38c072c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ mod tests {
assert!(response
.unwrap_err()
.to_string()
.contains("invalid peer certificate: UnknownIssuer"));
.contains("invalid peer certificate"));
}

{
Expand Down

0 comments on commit 38c072c

Please sign in to comment.