Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Aug 18, 2023
1 parent 7bfc600 commit 4ee665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functions/S3Copy.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
describe( title="Test suite for S3Copy()", body=function() {
it(title="check region with blackbaze",skip=isBackBlazeNotSupported(), body = function( currentSpec ) {
var cred=getBackBlazeCredentials();
throw left(cred.ACCESS_KEY_ID);
throw left(cred.ACCESS_KEY_ID,10);
// create variables
var srcBucketName=cred.PREFIX&"src-filecopy";
var trgBucketName=cred.PREFIX&"trg-filecopy";
Expand Down

0 comments on commit 4ee665c

Please sign in to comment.