Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 11, 2024
1 parent 937af2b commit 0e7b705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn snapshot_insecure_ssl() {
let mut tm = TestManager::new(
"snapshot_insecure_ssl",
3,
Some(TestTlsConfig::default().accept_invalid_certificates(false)),
Some(TestTlsConfig::default().accept_invalid_certificates(true)),
);
//tm.keep_temp_directories=true;
let name = "Ha";
Expand Down

0 comments on commit 0e7b705

Please sign in to comment.