Skip to content

Commit

Permalink
swuashme
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Feb 8, 2022
1 parent 08f989b commit 6e40116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/rpcstack_test.go
Expand Up @@ -318,7 +318,7 @@ func TestJWT(t *testing.T) {
ss, _ := jwt.NewWithClaims(method, testClaim(input)).SignedString(secret)
return ss
}
tests := []originTest{
tests := []tokenTest{
{
expOk: []string{
fmt.Sprintf("Bearer %v", issueToken(secret, nil, testClaim{"iat": time.Now().Unix()})),
Expand Down

0 comments on commit 6e40116

Please sign in to comment.