Skip to content

Commit

Permalink
Adjust tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 9, 2022
1 parent b73890f commit a58a236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/plugins/modules/test_api_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def test_disabled_exclamation(self, mock_compose_api_path):
'!dst-port': None,
'!fragment': None,
'!hotspot': None,
'!hw-offload': None,
'!icmp-options': None,
'!in-bridge-port': None,
'!in-bridge-port-list': None,
Expand Down Expand Up @@ -295,6 +296,7 @@ def test_disabled_null_value(self, mock_compose_api_path):
'dst-port': None,
'fragment': None,
'hotspot': None,
'hw-offload': None,
'icmp-options': None,
'in-bridge-port': None,
'in-bridge-port-list': None,
Expand Down

0 comments on commit a58a236

Please sign in to comment.