Skip to content

Commit

Permalink
Update test_api_info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liquorice-head authored Nov 22, 2024
1 parent a26c60f commit 1fdc0bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/plugins/modules/test_api_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def test_disabled_exclamation(self, mock_compose_api_path):
'!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,
Expand Down Expand Up @@ -318,8 +318,8 @@ def test_disabled_null_value(self, mock_compose_api_path):
'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,
Expand Down

0 comments on commit 1fdc0bd

Please sign in to comment.