Skip to content

Commit 41d06dc

Browse files
committed
test
1 parent 2d4e0c7 commit 41d06dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func BuildClient(config ClientConfig) (*Client, error) {
132132
return nil, err
133133
}
134134

135-
// Initialize AuthTokenHandler
135+
// Initialize AuthTokenHandler test
136136
clientCredentials := authenticationhandler.ClientCredentials{
137137
Username: config.Auth.Username,
138138
Password: config.Auth.Password,

0 commit comments

Comments
 (0)