| 33 | } |
| 34 | |
| 35 | type ApplicationSuite struct { |
| 36 | suite.Suite |
| 37 | db *testdb.Database |
| 38 | a *ApplicationAPI |
| 39 | ctx *gin.Context |
| 40 | recorder *httptest.ResponseRecorder |
| 41 | } |
| 42 | |
| 43 | var ( |
| 44 | originalGenerateApplicationToken func() string |
nothing calls this directly
no outgoing calls
no test coverage detected