Skip to content

Commit 769a8a1

Browse files
committed
refactor: Adjust URL construction logic in integration
1 parent 54bc4e7 commit 769a8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/config_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func validateClientConfig(config ClientConfig, populateDefaults bool) error {
8585

8686
// TODO adjust these strings to have links to documentation & centralise them
8787
if config.Integration == nil {
88-
return errors.New("no api integration supplied, please see documentation")
88+
return errors.New("no http client api integration supplied, please see documentation for go-api-http-client-integration and provide an implementation")
8989
}
9090

9191
if config.MaxRetryAttempts < 0 {

0 commit comments

Comments
 (0)