mirror of
https://github.com/netbirdio/netbird.git
synced 2025-04-30 14:25:06 +02:00
fix test name
This commit is contained in:
parent
2eaf4aa8d7
commit
931c20c8fe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user