Skip to content

Commit

Permalink
fix: we have working tests 💃
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 11, 2023
1 parent 61bca80 commit 2e796e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/authenticator/manual_authenticator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ func TestManualAuthenticator_suite(t *testing.T) {
Company: "snapp",
Parser: jwt.NewParser(),
TopicManager: topics.NewTopicManager(cfg.Topics, hid, "snapp", cfg.IssEntityMap, cfg.IssPeerMap, zap.NewNop()),
JwtConfig: config.Jwt{
IssName: "iss",
SubName: "sub",
SigningMethod: "rsa256",
},
}

suite.Run(t, st)
Expand Down

0 comments on commit 2e796e3

Please sign in to comment.