зеркало из https://github.com/mozilla/treeherder.git
fix test mocks
This commit is contained in:
Родитель
330b5b89cd
Коммит
fd5653b3b8
|
@ -18,7 +18,7 @@ describe('JobsCtrl', function(){
|
|||
getJSONFixture('repositories.json')
|
||||
);
|
||||
|
||||
$httpBackend.whenGET(projectPrefix + 'resultset/?count=10&format=json&full=true').respond(
|
||||
$httpBackend.whenGET(projectPrefix + 'resultset/?count=10&format=json&full=true&with_jobs=true').respond(
|
||||
getJSONFixture('resultset_list.json')
|
||||
);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче