Skip to content

Commit

Permalink
Merge pull request #1797 from actiontech/fix-spelling
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
taolx0 authored Sep 7, 2023
2 parents b1c63ff + 8a01721 commit 97b3712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/api/middleware/jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func TestScannerVerifierIssue1758(t *testing.T) {
e := echo.New()

jwt := utils.NewJWT(utils.JWTSecretKey)
apName120 := "aaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbb120"
apName120 := "test_name_length_120_000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
projectName := "default"
userName := "admin"
assert.Equal(t, 120, len(apName120))
Expand Down

0 comments on commit 97b3712

Please sign in to comment.