Skip to content

Commit

Permalink
LDEV-4889 fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 9, 2024
1 parent ab521ca commit ed00142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV4889.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
return isEmpty( mySqlCredentials() );
}

private struct function mySqlCredentials( onlyConfig ) {
private struct function mySqlCredentials( onlyConfig=false ) {
return server.getDatasource( service="mysql", onlyConfig=arguments.onlyConfig );
}

Expand Down

0 comments on commit ed00142

Please sign in to comment.