fix eos_static_route test typo (#32661)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
57106662db
commit
5336d14d9d
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
state: absent
|
||||
regiser: result
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
state: absent
|
||||
regiser: result
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
|
Loading…
Reference in a new issue