fix test name

This commit is contained in:
Pascal Fischer 2023-03-31 12:45:10 +02:00
parent 2eaf4aa8d7
commit 931c20c8fe

View File

@ -65,7 +65,7 @@ func mockMarkPATUsed(token string) error {
return fmt.Errorf("Should never get reached") return fmt.Errorf("Should never get reached")
} }
func TestAccounts_AccountsHandler(t *testing.T) { func TestAuthMiddleware_Handler(t *testing.T) {
tt := []struct { tt := []struct {
name string name string
authHeader string authHeader string