Skip to content

Commit

Permalink
fix test_dashboard_lifecycle for eu-central-1 (#10550)
Browse files Browse the repository at this point in the history
  • Loading branch information
sannya-singal committed Mar 27, 2024
1 parent 15b00ea commit 3b8099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aws/services/cloudwatch/test_cloudwatch.py
Expand Up @@ -1391,7 +1391,7 @@ def contains_receive_delete_metrics() -> int:

@markers.aws.validated
@markers.snapshot.skip_snapshot_verify(
paths=["$..DashboardArn"], condition=is_old_provider
paths=["$..DashboardArn", "$..DashboardEntries..Size"], condition=is_old_provider
) # ARN has a typo in moto
def test_dashboard_lifecycle(self, aws_client, region_name, snapshot):
dashboard_name = f"test-{short_uid()}"
Expand Down

0 comments on commit 3b8099b

Please sign in to comment.