From e3fafa5d334309f53fbf4dfa9d18d0a023f8f6af Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Thu, 17 Aug 2023 17:31:19 +0200 Subject: [PATCH] improve test case --- tests/functions/S3Copy.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functions/S3Copy.cfc b/tests/functions/S3Copy.cfc index ed9c78a..b4a937e 100644 --- a/tests/functions/S3Copy.cfc +++ b/tests/functions/S3Copy.cfc @@ -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 serialize(cred.HOST); // create variables var srcBucketName=cred.PREFIX&"src-filecopy"; var trgBucketName=cred.PREFIX&"trg-filecopy";