mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-09-01 07:30:11 +02:00
Update test_api_info.py
This commit is contained in:
parent
a26c60f9d9
commit
1fdc0bd67b
1 changed files with 4 additions and 4 deletions
|
@ -229,8 +229,8 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
||||||
'!jump-target': None,
|
'!jump-target': None,
|
||||||
'!layer7-protocol': None,
|
'!layer7-protocol': None,
|
||||||
'!limit': None,
|
'!limit': None,
|
||||||
'!log': None,
|
'!log': False,
|
||||||
'!log-prefix': None,
|
'!log-prefix': '',
|
||||||
'!nth': None,
|
'!nth': None,
|
||||||
'!out-bridge-port': None,
|
'!out-bridge-port': None,
|
||||||
'!out-bridge-port-list': None,
|
'!out-bridge-port-list': None,
|
||||||
|
@ -318,8 +318,8 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
||||||
'jump-target': None,
|
'jump-target': None,
|
||||||
'layer7-protocol': None,
|
'layer7-protocol': None,
|
||||||
'limit': None,
|
'limit': None,
|
||||||
'log': None,
|
'log': False,
|
||||||
'log-prefix': None,
|
'log-prefix': '',
|
||||||
'nth': None,
|
'nth': None,
|
||||||
'out-bridge-port': None,
|
'out-bridge-port': None,
|
||||||
'out-bridge-port-list': None,
|
'out-bridge-port-list': None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue