mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-31 15:19:24 +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,
|
||||
'!layer7-protocol': None,
|
||||
'!limit': None,
|
||||
'!log': None,
|
||||
'!log-prefix': None,
|
||||
'!log': False,
|
||||
'!log-prefix': '',
|
||||
'!nth': None,
|
||||
'!out-bridge-port': None,
|
||||
'!out-bridge-port-list': None,
|
||||
|
@ -318,8 +318,8 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'jump-target': None,
|
||||
'layer7-protocol': None,
|
||||
'limit': None,
|
||||
'log': None,
|
||||
'log-prefix': None,
|
||||
'log': False,
|
||||
'log-prefix': '',
|
||||
'nth': None,
|
||||
'out-bridge-port': None,
|
||||
'out-bridge-port-list': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue