diff options
Diffstat (limited to 'test/ng/httpSpec.js')
| -rw-r--r-- | test/ng/httpSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/httpSpec.js b/test/ng/httpSpec.js index 192fde5c..90da692f 100644 --- a/test/ng/httpSpec.js +++ b/test/ng/httpSpec.js @@ -676,7 +676,7 @@ describe('$http', function() { }).respond(''); $http({url: '/url', method: 'GET', headers: { - 'Custom': 'header', + 'Custom': 'header' }}); $httpBackend.flush(); |
