Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke authored and shwetharadhakrishna committed Sep 7, 2021
1 parent d34aafe commit 76e63b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/jwt/jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

func TestGetHeaders(t *testing.T) {
jwtT := Jwt{
SecretKey: "secret",
Issuer: "twilio",
Subject: "twilio jwt",
Algorithm: "HS256",
SecretKey: "secret",
Issuer: "twilio",
Subject: "twilio jwt",
Algorithm: "HS256",
}
headers := jwtT.Headers()
assert.Equal(t, HS256, headers["alg"])
Expand Down

0 comments on commit 76e63b8

Please sign in to comment.