feat(app): add TaskPoller, wire DI, and add task integration tests
This commit is contained in:
@@ -45,6 +45,7 @@ func TestRouterRegistration(t *testing.T) {
|
||||
appH,
|
||||
nil, nil, nil,
|
||||
nil,
|
||||
nil,
|
||||
)
|
||||
|
||||
routes := router.Routes()
|
||||
@@ -106,6 +107,7 @@ func TestSmokeGetJobsEndpoint(t *testing.T) {
|
||||
appH,
|
||||
nil, nil, nil,
|
||||
nil,
|
||||
nil,
|
||||
)
|
||||
|
||||
w := httptest.NewRecorder()
|
||||
|
||||
Reference in New Issue
Block a user