From 70ed08fbdb3357a83c0448cacfdf2e6858374c54 Mon Sep 17 00:00:00 2001 From: Bertrand Berthelot Date: Wed, 19 Aug 2020 16:00:04 +0200 Subject: [PATCH] [temp] PR #3372 functional tests --- test/functional/config/applications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/config/applications.js b/test/functional/config/applications.js index 12ec48b82e..57583315ac 100644 --- a/test/functional/config/applications.js +++ b/test/functional/config/applications.js @@ -1,4 +1,4 @@ define({ local:'http://localhost:3000/samples/functional-tests/index.html', - remote:'reference.dashif.org/dash.js/nightly/samples/functional-tests/index.html', + remote:'orange-opensource.github.io/dash.js/pr3372/samples/functional-tests/index.html', });