Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Aug 14, 2023
1 parent 6444149 commit 00b7a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/jwt/jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func init() {
logger.Init("default", false, false, io.Discard)

// Load root certificate
certs, err := parseCertsFromPEM("testdata/certs.crt")
certs, err := parseCertsFromPEM("testdata/root.crt")
if err != nil {
log.Printf("failed to read cert file: %v", err)
os.Exit(2)
Expand Down

0 comments on commit 00b7a8f

Please sign in to comment.