Skip to content

Commit

Permalink
Update examples.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Nov 25, 2024
1 parent 02a0399 commit 77b1f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cmd/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func init() {

func newSDK() (*sdk.SDK, error) {
resolver.SetDefaultScheme("passthrough")
opts := []sdk.Option{sdk.WithInsecurePlaintextConn()}
opts := []sdk.Option{sdk.WithStoreCollectionHeaders()}
if clientCredentials != "" {
i := strings.Index(clientCredentials, ":")
if i < 0 {
Expand Down

0 comments on commit 77b1f73

Please sign in to comment.