Skip to content
Snippets Groups Projects
Commit 4951a4e9 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix test case after adding extra log

parent 66387a69
Branches
Tags
1 merge request!438handle db failure in process_one_router masive redeploy base config
Pipeline #95064 passed
......@@ -133,7 +133,7 @@ def test_timeout_and_validation_and_unexpected(
expected_failed = {
"t1.example.com": "Timed out waiting for workflow to complete",
"t2.example.com": f"Validation error: {validation_exc}",
"t3.example.com": "Unexpected error: boom",
"t3.example.com": "Unexpected error: boom, router_fqdn: t3.example.com",
}
expected_payload = {"successful_wfs": {}, "failed_wfs": expected_failed}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment