diff options
Diffstat (limited to 'test/ng/httpBackendSpec.js')
| -rw-r--r-- | test/ng/httpBackendSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/httpBackendSpec.js b/test/ng/httpBackendSpec.js index c65ab2e1..d533d5f8 100644 --- a/test/ng/httpBackendSpec.js +++ b/test/ng/httpBackendSpec.js @@ -376,7 +376,7 @@ describe('$httpBackend', function() { }); - it('should convert 0 to 200 if content - relative url', function() { + it('should convert 0 to 404 if no content - relative url', function() { $backend = createHttpBackend($browser, MockXhr, null, null, null, 'file'); $backend('GET', '/whatever/index.html', null, callback); |
