fix: auth && auth_test

This commit is contained in:
$(pass /github/name)
2024-09-07 08:53:57 +02:00
parent ef5e771998
commit ff7c83671f
2 changed files with 34 additions and 30 deletions

View File

@@ -111,6 +111,9 @@ func TestAuthMiddleware(t *testing.T) {
}
for _, tt := range tests {
logger.Error.Print("==============================================================")
logger.Error.Printf("Testing : %v", tt.name)
logger.Error.Print("==============================================================")
t.Run(tt.name, func(t *testing.T) {
// Setup
r := gin.New()