diff --git a/tests/rust-integration-tests/runtimetest/src/tests.rs b/tests/rust-integration-tests/runtimetest/src/tests.rs index 8cd05f8854..456804715b 100644 --- a/tests/rust-integration-tests/runtimetest/src/tests.rs +++ b/tests/rust-integration-tests/runtimetest/src/tests.rs @@ -96,7 +96,7 @@ pub fn validate_domainname(spec: &Spec) { if actual_domainname_cstr.to_str().unwrap() != expected_domainname { eprintln!( "Unexpected domainname, expected: {:?} found: {:?}", - expected_domainname, actual_domainname + expected_domainname, actual_domainname_cstr.to_str().unwrap() ); } }