This commit is contained in:
mdoglio 2014-04-24 14:14:01 +02:00
Родитель 330b5b89cd
Коммит fd5653b3b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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')
);