diff options
Diffstat (limited to 'test/ngRoute')
| -rw-r--r-- | test/ngRoute/routeSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ngRoute/routeSpec.js b/test/ngRoute/routeSpec.js index 13d149a1..29c2b798 100644 --- a/test/ngRoute/routeSpec.js +++ b/test/ngRoute/routeSpec.js @@ -520,7 +520,7 @@ describe('$route', function() { $location.path('/foo'); expect(function() { $rootScope.$digest(); - }).toThrow('[$sce:isecrurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL: http://example.com/foo.html'); + }).toThrow('[$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL: http://example.com/foo.html'); }); }); |
