]> source.dussan.org Git - nextcloud-server.git/commitdiff
show fewer warnings in karma test runs 3012/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 10 Jan 2017 12:50:22 +0000 (13:50 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 10 Jan 2017 12:50:22 +0000 (13:50 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tests/karma.config.js

index 933d6c57410ea4e93a54a0aa494045536e28d218..afb1fa814637090be186d5460e93bc6941135973 100644 (file)
@@ -243,8 +243,9 @@ module.exports = function(config) {
 
                proxies: {
                        // prevent warnings for images
-                       '/context.html//core/img/': 'http://localhost:9876/base/core/img/',
-                       '/context.html//core/css/': 'http://localhost:9876/base/core/css/',
+                       '/base/tests/img/': 'http://localhost:9876/base/core/img/',
+                       '/base/tests/css/': 'http://localhost:9876/base/core/css/',
+                       '/actions/': 'http://localhost:9876/base/core/img/actions/',
                        '/context.html//core/fonts/': 'http://localhost:9876/base/core/fonts/'
                },