Fix Docker build post #3274 (#3297)

* Fix Docker build post #3274 due to LDC requiring a default input for build_auth_request() not picked up in prior LDC compilation testing
This commit is contained in:
abraunegg 2025-05-26 17:56:57 +10:00 committed by GitHub
commit aa85634fb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ bool wait_for_broker(int timeoutSeconds = 10) {
return false;
}
string build_auth_request(string accountJson = "", string clientId) {
string build_auth_request(string accountJson = "", string clientId = "") {
string header = format(`{
"authParameters": {
"clientId": "%s",