Skip to content

Commit 521ed38

Browse files
author
Daniel Laxar
committed
Fixes typo in tests that caused FAIL
1 parent 60b6504 commit 521ed38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/restangularSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ describe("Restangular", function() {
231231
});
232232

233233
it("Should add multiple error interceptors for a single get too", function() {
234-
$httpBackend.expectGET("error/404");
234+
$httpBackend.expectGET("/error/404");
235235

236236
var CallbackManager = function() {};
237237
CallbackManager.successCallback = function() {

0 commit comments

Comments
 (0)