Skip to content

Commit

Permalink
Forgot to commit changes to unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrobel committed Jan 24, 2024
1 parent 795094c commit 56ae8fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def test_image_mgmt_image_policy_action_00002(image_policy_action) -> None:
instance = image_policy_action
assert isinstance(instance.properties, dict)
assert instance.properties.get("action") is None
assert instance.properties.get("response") is None
assert instance.properties.get("result") is None
assert instance.properties.get("response") == {}
assert instance.properties.get("result") == {}
assert instance.properties.get("policy_name") is None
assert instance.properties.get("query_result") is None
assert instance.properties.get("serial_numbers") is None
Expand Down

0 comments on commit 56ae8fb

Please sign in to comment.