Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito committed Sep 19, 2024
1 parent ff25ba4 commit fe71343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/satori/satori_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestSatoriClient_EventsPublish(t *testing.T) {
ctx, ctxCancelFn := context.WithTimeout(context.Background(), 5*time.Second)
defer ctxCancelFn()

if err := client.Authenticate(ctx, identityID); err != nil {
if err := client.Authenticate(ctx, identityID, nil, nil); err != nil {
t.Fatalf("error in client.Authenticate: %+v", err)
}

Expand Down

0 comments on commit fe71343

Please sign in to comment.