diff --git a/tests/lib/scan/scan_test.py b/tests/lib/scan/scan_test.py index 66b253f6db..15d45ba6e0 100644 --- a/tests/lib/scan/scan_test.py +++ b/tests/lib/scan/scan_test.py @@ -12,7 +12,7 @@ finding = generate_finding_output( resource_uid="resource-123", resource_name="Example Resource", resource_details="Detailed information about the resource", - resource_tags="tag1,tag2", + resource_tags={"tag1": "value1", "tag2": "value2"}, partition="aws", description="Description of the finding", risk="High",