chore(tests): start using unused test output (#547)

This commit is contained in:
Karolin Varner
2024-12-18 11:22:38 +01:00
committed by GitHub

View File

@@ -160,6 +160,9 @@ fn check_example_config() {
.output()
.expect("EXAMPLE_CONFIG not valid");
let stderr = String::from_utf8_lossy(&output.stderr);
assert_eq!(stderr, "");
fs::copy(
tmp_dir.path().join("rp-public-key"),
tmp_dir.path().join("rp-peer-public-key"),