Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed May 23, 2024
1 parent f977b0e commit 6a254fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/auth/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

func TestURLTokenAuth(t *testing.T) {
validToken := "valid_token"
invalidToken := "invalid_token"
middleware := URLTokenAuth(validToken)

tests := []struct {
Expand Down

0 comments on commit 6a254fd

Please sign in to comment.