Skip to content

Commit

Permalink
make sure buckets get deleted after the job
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 12, 2024
1 parent 1b9ba41 commit 68518cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functions/S3Download.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Sor:4;glos:4;");

}
finally {
deleteBucketEL(cred,bucketName);
Util::deleteBucketEL(cred,bucketName);
}

});
Expand Down
2 changes: 1 addition & 1 deletion tests/general/BigBucket.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
});
}
finally {
deleteBucketEL(cred,bucketName);
Util::deleteBucketEL(cred,bucketName);
}

});
Expand Down

0 comments on commit 68518cd

Please sign in to comment.