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 b879f86 commit 17262ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/functions/S3Download.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Sorglos";
assertTrue(isBinary(data));
assertEquals(len(data),12);
assertEquals(toString(data), content);
}
finally {
Util::deleteBucketEL(cred,bucketName);
}
});

it(title="download as string", body = function( currentSpec ) {
Expand Down

0 comments on commit 17262ed

Please sign in to comment.