diff options
Diffstat (limited to 'test/ng/sceSpecs.js')
| -rw-r--r-- | test/ng/sceSpecs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/sceSpecs.js b/test/ng/sceSpecs.js index 66c05c0d..e2a16c1c 100644 --- a/test/ng/sceSpecs.js +++ b/test/ng/sceSpecs.js @@ -436,7 +436,7 @@ describe('SCE', function() { it('should support multiple items in both lists', runTest( { whiteList: [/^http:\/\/example.com\/1$/, /^http:\/\/example.com\/2$/, /^http:\/\/example.com\/3$/, 'self'], - blackList: [/^http:\/\/example.com\/3$/, /.*\/open_redirect/], + blackList: [/^http:\/\/example.com\/3$/, /.*\/open_redirect/] }, function($sce) { expect($sce.getTrustedResourceUrl('same_domain')).toEqual('same_domain'); expect($sce.getTrustedResourceUrl('http://example.com/1')).toEqual('http://example.com/1'); |
