Remove the attempted plural 'address(es)', and keep it singular. Fix a typo (addd-ress); update unit tests

This commit is contained in:
Pim van Pelt
2022-03-13 19:08:45 +00:00
parent 878f94b2bd
commit 1340e5db42
5 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@ test:
description: "Interfaces put into the bridge, can't be L3 (so cannot have an address)"
errors:
expected:
- "interface .* has adddress.* but no LCP"
- "sub-interface .* has address.* but .* does not have LCP"
- "interface .* has an address but no LCP"
- "sub-interface .* has an address but .* does not have LCP"
- "bridgedomain .* member .* has an address"
count: 6
---