Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix event MatchedPoliciesUser check #3220

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Jun 8, 2023

1. Explain what the PR does

Fix: #3219

f393a55 tests: fix event MatchedPoliciesUser check (2023/jun/08) Geyslan Gregório <geyslan@gmail.com>

For matched policies bitmap, it was wrongly checking for the
MatchedPolicies field, which is now the matched policies' names.

This commit fixes the check to use the MatchedPoliciesUser (bitmap)
field instead.

2. Explain how to test it

3. Other comments

For matched policies bitmap, it was wrongly checking for the
MatchedPolicies field, which is now the matched policies' names.

This commit fixes the check to use the MatchedPoliciesUser (bitmap)
field instead.
@geyslan geyslan self-assigned this Jun 8, 2023
@geyslan geyslan requested a review from yanivagman June 8, 2023 14:01
Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@geyslan geyslan merged commit 5a91274 into aquasecurity:main Jun 8, 2023
26 checks passed
@geyslan geyslan deleted the 3219-fix-tests branch June 8, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration Test wrong field type comparison
2 participants