Skip to content

Commit

Permalink
ad missing comma in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Nov 8, 2023
1 parent 6861dd0 commit da06aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functions/S3CreateBucket.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
);

S3CreateBucket(
bucketName:bucketName
bucketName:bucketName,
accessKeyId:cred.ACCESS_KEY_ID, secretAccessKey:cred.SECRET_KEY, host:(isNull(cred.HOST)?nullvalue():cred.HOST));


Expand Down

0 comments on commit da06aee

Please sign in to comment.