Skip to content

Commit

Permalink
Remove test that can no longer run on a plan
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStainsby committed Feb 7, 2025
1 parent 30e71ee commit f5974ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions s3/tests/unit.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ run "aws_s3_bucket_lifecycle_configuration_no_prefix_unit_test" {
condition = aws_s3_bucket_lifecycle_configuration.lifecycle-configuration[0].rule[0].filter[0] != null
error_message = "Should be: {}"
}

assert {
condition = aws_s3_bucket_lifecycle_configuration.lifecycle-configuration[0].rule[0].filter[0].prefix == null
error_message = "Should be: null"
}
}

run "aws_s3_bucket_data_migration_legacy_config_unit_test" {
Expand Down

0 comments on commit f5974ed

Please sign in to comment.