Skip to content

Commit

Permalink
Update S3BucketReleaseDestinationTests.cs
Browse files Browse the repository at this point in the history
Fix up bucket naming
  • Loading branch information
jas88 committed Nov 21, 2024
1 parent bf8c4ae commit 5ff7bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public void LocationAlreadyExists()
{
{ "AWS_Region", "eu-west-2" },
{ "AWS_Profile", "minio" },
{ "BucketName", "doesNotExist" },
{ "BucketName", "releasetoawsbasictest" },
{ "ConfigureInteractivelyOnRelease", false },
{ "BucketFolder", "release" }
});
Expand Down

0 comments on commit 5ff7bd4

Please sign in to comment.