Skip to content

Commit

Permalink
fix unit tests issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Apr 12, 2023
1 parent f5727fb commit 81a8707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/plugins/inventory/test_aws_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def test_inventory_query_include_filters_with_and_logic(inventory):
"strict_permissions": strict,
"include_filters": include_filters,
"exclude_filters": [],
"use_ssm_inventory": False,
"include_filter_and_logic": True,
"exclude_filter_and_logic": False,
}
Expand Down Expand Up @@ -502,6 +503,7 @@ def test_inventory_query_exclude_filters_with_and_logic(inventory):
params = {
"regions": regions,
"strict_permissions": strict,
"use_ssm_inventory": False,
"include_filters": [],
"exclude_filters": exclude_filters,
"include_filter_and_logic": False,
Expand Down

0 comments on commit 81a8707

Please sign in to comment.