()
| 604 | } |
| 605 | |
| 606 | func staticUserID() gin.HandlerFunc { |
| 607 | return func(context *gin.Context) { |
| 608 | auth.RegisterAuthentication(context, nil, 1, "customtoken") |
| 609 | } |
| 610 | } |
| 611 | |
| 612 | func waitForConnectedClients(api *API, count int) { |
| 613 | for i := 0; i < 10; i++ { |
no test coverage detected
searching dependent graphs…