Skip to content

Commit

Permalink
test arguments list in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 12, 2023
1 parent cdfdaf2 commit 724fb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functions/S3Copy.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
function run( testResults , testBox ) {
describe( title="Test suite for S3Copy()", body=function() {
it(title="check with blackbaze",skip=Util::isBackBlazeNotSupported(), body = function( currentSpec ) {
throw "#structKeyList(arguments)#";
testit(Util::getBackBlazeCredentials(),"us-east-005");
});

Expand Down

0 comments on commit 724fb2c

Please sign in to comment.