diff --git a/src/app/main/main.component.spec.ts b/src/app/main/main.component.spec.ts index a46e231..f645509 100644 --- a/src/app/main/main.component.spec.ts +++ b/src/app/main/main.component.spec.ts @@ -61,6 +61,7 @@ describe("MainComponent", function () { quickCreateComponent({ directives: [MainComponentParent], template: "" }) .then((fixture) => { fixture.debugElement.getLocal("$httpBackend").expectGET("/api/v1/environments/1/boxes").respond(200, {}); + fixture.debugElement.getLocal("$httpBackend").expectGET("/api/v1/tasks?all_pending=true&per_page=5&status=1").respond(200, {}); localFixture = fixture; // get the $state service to navigate between routes $state = fixture.debugElement.getLocal("$state"); -- libgit2 0.21.2