Update test_api_info.py

This commit is contained in:
liquorice-head 2024-11-22 12:09:46 +04:00 committed by GitHub
parent a26c60f9d9
commit 1fdc0bd67b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,