diff options
Diffstat (limited to 'test/ngResource')
| -rw-r--r-- | test/ngResource/resourceSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ngResource/resourceSpec.js b/test/ngResource/resourceSpec.js index 1c0b73b9..13317155 100644 --- a/test/ngResource/resourceSpec.js +++ b/test/ngResource/resourceSpec.js @@ -330,7 +330,7 @@ describe("resource", function() { it('should not throw TypeError on null default params', function() { - $httpBackend.expect('GET', '/Path?').respond('{}'); + $httpBackend.expect('GET', '/Path').respond('{}'); var R = $resource('/Path', {param: null}, {get: {method: 'GET'}}); expect(function() { |
