Get rid of ' characters in errors
This commit is contained in:
@ -2,7 +2,7 @@ test:
|
||||
description: "Members of a BondEthernet must exist"
|
||||
errors:
|
||||
expected:
|
||||
- "bondethernet .* member .* doesn't exist"
|
||||
- "bondethernet .* member .* does not exist"
|
||||
count: 2
|
||||
---
|
||||
bondethernets:
|
||||
|
@ -2,7 +2,7 @@ test:
|
||||
description: "Interfaces put into the bridge, must exist as phy or sub-interface"
|
||||
errors:
|
||||
expected:
|
||||
- "bridgedomain .* member .* doesn't exist"
|
||||
- "bridgedomain .* member .* does not exist"
|
||||
count: 2
|
||||
---
|
||||
interfaces:
|
||||
|
Reference in New Issue
Block a user