mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
fix: nhn tests
This commit is contained in:
@@ -62,7 +62,7 @@ class TestNHNMutelist:
|
||||
finding.status = "FAIL"
|
||||
finding.resource_name = "test_resource"
|
||||
finding.location = "test_region"
|
||||
finding.resource_tags = []
|
||||
finding.resource_tags = {}
|
||||
|
||||
assert mutelist.is_finding_muted(finding)
|
||||
|
||||
@@ -89,7 +89,7 @@ class TestNHNMutelist:
|
||||
account_uid="resource_1",
|
||||
region="test_region",
|
||||
resource_uid="test_resource",
|
||||
resource_tags=[],
|
||||
resource_tags={},
|
||||
muted=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user