We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2276ebe commit 612edb6Copy full SHA for 612edb6
1 file changed
packages/check-http/src/cli.rs
@@ -559,7 +559,7 @@ mod tests {
559
assert!(cli.validate().is_err());
560
assert_eq!(
561
cli.validate().unwrap_err().to_string(),
562
- "TLS 1.3 is not allowed in compatibility mode"
+ "Enforcing TLS 1.3 is not possible in compatibility mode."
563
);
564
565
cli = Cli::parse_from(&[
@@ -573,7 +573,7 @@ mod tests {
573
574
575
576
- "Minimum TLS 1.3 is not allowed in compatibility mode"
+ "Minimum TLS 1.3 is not possible in compatibility mode"
577
578
579
0 commit comments