Skip to content

Commit

Permalink
Fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Jan 6, 2025
1 parent 7eb6753 commit 7ace239
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions tests/product/tests/data/aws_asset_inventory/test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,87 +11,87 @@
type_="AWS EC2 Instance",
),
"[Asset Inventory][AWS][IAM Role] assets found": AssetInventoryCase(
category="Service Account",
category="Service Account",
type_="AWS IAM Role",
),
"[Asset Inventory][AWS][ELBv1] assets found": AssetInventoryCase(
category="Load Balancer",
category="Load Balancer",
type_="AWS Elastic Load Balancer",
),
"[Asset Inventory][AWS][ELBv2] assets found": AssetInventoryCase(
category="Load Balancer",
category="Load Balancer",
type_="AWS Elastic Load Balancer v2",
),
"[Asset Inventory][AWS][IAM Policy] assets found": AssetInventoryCase(
category="Access Management",
category="Access Management",
type_="AWS IAM Policy",
),
"[Asset Inventory][AWS][IAM User] assets found": AssetInventoryCase(
category="Identity",
category="Identity",
type_="AWS IAM User",
),
"[Asset Inventory][AWS][Lambda Event Source Mapping] assets found": AssetInventoryCase(
category="FaaS",
category="FaaS",
type_="AWS Lambda Event Source Mapping",
),
"[Asset Inventory][AWS][Lambda Function] assets found": AssetInventoryCase(
category="FaaS",
category="FaaS",
type_="AWS Lambda Function",
),
"[Asset Inventory][AWS][Lambda Layer] assets found": AssetInventoryCase(
category="FaaS",
category="FaaS",
type_="AWS Lambda Layer",
),
"[Asset Inventory][AWS][Internet Gateway] assets found": AssetInventoryCase(
category="Gateway",
category="Gateway",
type_="AWS Internet Gateway",
),
"[Asset Inventory][AWS][NAT Gateway] assets found": AssetInventoryCase(
category="Gateway",
category="Gateway",
type_="AWS NAT Gateway",
),
"[Asset Inventory][AWS][EC2 Network ACL] assets found": AssetInventoryCase(
category="Networking",
category="Networking",
type_="AWS EC2 Network ACL",
),
"[Asset Inventory][AWS][EC2 Network Interface] assets found": AssetInventoryCase(
category="Networking",
category="Networking",
type_="AWS EC2 Network Interface",
),
"[Asset Inventory][AWS][Security Group] assets found": AssetInventoryCase(
category="Firewall",
category="Firewall",
type_="AWS EC2 Security Group",
),
"[Asset Inventory][AWS][EC2 Subnet] assets found": AssetInventoryCase(
category="Networking",
category="Networking",
type_="AWS EC2 Subnet",
),
"[Asset Inventory][AWS][Transit Gateway] assets found": AssetInventoryCase(
category="Gateway",
category="Gateway",
type_="AWS Transit Gateway",
),
"[Asset Inventory][AWS][Transit Gateway Attachment] assets found": AssetInventoryCase(
category="Gateway",
category="Gateway",
type_="AWS Transit Gateway Attachment",
),
"[Asset Inventory][AWS][VPC Peering Connection] assets found": AssetInventoryCase(
category="Networking",
category="Networking",
type_="AWS VPC Peering Connection",
),
"[Asset Inventory][AWS][VPC] assets found": AssetInventoryCase(
category="Networking",
category="Networking",
type_="AWS VPC",
),
"[Asset Inventory][AWS][RDS] assets found": AssetInventoryCase(
category="Database",
category="Database",
type_="AWS RDS Instance",
),
"[Asset Inventory][AWS][S3] assets found": AssetInventoryCase(
category="Storage Bucket",
category="Storage Bucket",
type_="AWS S3 Bucket",
),
"[Asset Inventory][AWS][SNS Topic] assets found": AssetInventoryCase(
category="Messaging Service",
category="Messaging Service",
type_="AWS SNS Topic",
),
}

0 comments on commit 7ace239

Please sign in to comment.