Skip to content

Commit

Permalink
tmp after rebasre
Browse files Browse the repository at this point in the history
  • Loading branch information
klaidas committed Dec 22, 2023
1 parent fc6ee81 commit 1a51d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalidentity/share_session_notification_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ExampleShareSessionNotificationBuilder_WithMethod() {

func ExampleShareSessionNotificationBuilder_WithVerifyTls() {

Check failure on line 58 in digitalidentity/share_session_notification_builder_test.go

View workflow job for this annotation

GitHub Actions / Tests (Go 1.19)

ExampleShareSessionNotificationBuilder_WithVerifyTls refers to unknown field or method: ShareSessionNotificationBuilder.WithVerifyTls

Check failure on line 58 in digitalidentity/share_session_notification_builder_test.go

View workflow job for this annotation

GitHub Actions / Tests (Go ^1)

ExampleShareSessionNotificationBuilder_WithVerifyTls refers to unknown field or method: ShareSessionNotificationBuilder.WithVerifyTls

shareSessionNotify, err := (&ShareSessionNotificationBuilder{}).WithVerifyTls(true).Build()
shareSessionNotify, err := (&ShareSessionNotificationBuilder{}).WithVerifyTLS(true).Build()
if err != nil {
fmt.Printf("error: %s", err.Error())
return
Expand Down

0 comments on commit 1a51d97

Please sign in to comment.