Skip to content

Commit

Permalink
Added jwt authcallback error check to integration test as per review …
Browse files Browse the repository at this point in the history
…comment
  • Loading branch information
sacOO7 committed Sep 7, 2024
1 parent d9d1f53 commit b17ced2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ably/auth_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ func TestAuth_JWT_Token_RSA8c(t *testing.T) {
jwtTokenString, err := app.CreateJwt(time.Second*30, false)
jwtToken = jwtTokenString
if err != nil {
t.Fatalf("Error creating JWT: %v", err)
return nil, err
}
return ably.TokenString(jwtTokenString), nil
Expand Down

0 comments on commit b17ced2

Please sign in to comment.