kata-ctl: Update expected test failure message

Update expected error after url crate bump

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-07-04 13:11:59 +01:00
committed by Steve Horsman
parent b7bf46fdfa
commit f96b8fb690

View File

@@ -470,7 +470,7 @@ mod tests {
},
TestData {
test_url: "http://localhost :80",
expected: "builder error: invalid domain character",
expected: "builder error: invalid international domain name",
},
];