aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ng/httpBackendSpec.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ng/httpBackendSpec.js b/test/ng/httpBackendSpec.js
index d533d5f8..f82c1750 100644
--- a/test/ng/httpBackendSpec.js
+++ b/test/ng/httpBackendSpec.js
@@ -190,9 +190,6 @@ describe('$httpBackend', function() {
};
this.getAllResponseHeaders = valueFn('');
- // for temporary Firefox CORS workaround
- // see https://github.com/angular/angular.js/issues/1468
- this.getResponseHeader = valueFn('');
}
callback.andCallFake(function(status, response) {