This commit is contained in:
Cameron Dawson 2013-10-03 07:56:16 -07:00
Родитель 7814252dc2
Коммит 9480842cce
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -12,7 +12,7 @@ describe('JobsCtrl', function(){
$httpBackend = $injector.get('$httpBackend');
jasmine.getJSONFixtures().fixturesPath='base/test/mock';
$httpBackend.whenGET('http://local.treeherder.mozilla.org/api/project/mozilla-inbound/resultset/').respond(
$httpBackend.whenGET('http://local.treeherder.mozilla.org/api/project/mozilla-inbound/resultset/?exclude_empty=1').respond(
getJSONFixture('resultset_list.json')
);

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

@ -12,7 +12,7 @@ describe('JobDetailPluginCtrl', function(){
$httpBackend = $injector.get('$httpBackend');
jasmine.getJSONFixtures().fixturesPath='base/test/mock';
$httpBackend.whenGET('http://local.treeherder.mozilla.org/api/project/mozilla-inbound/resultset/').respond(
$httpBackend.whenGET('http://local.treeherder.mozilla.org/api/project/mozilla-inbound/resultset/?exclude_empty=1').respond(
getJSONFixture('resultset_list.json')
);