We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a8c67 commit 87276e4Copy full SHA for 87276e4
1 file changed
src/test/java/com/openfin/desktop/RtcChannelTest.java
@@ -43,8 +43,8 @@ public class RtcChannelTest {
43
public static void setup() throws Exception {
44
logger.debug("starting");
45
RuntimeConfiguration cfg = new RuntimeConfiguration();
46
-// cfg.setManifestLocation("https://testing-assets.openfin.co/adapters/channel/app.json");
47
- cfg.setManifestLocation("http://localhost:5555/app.json");
+ cfg.setManifestLocation("https://testing-assets.openfin.co/adapters/channel/app.json");
+// cfg.setManifestLocation("http://localhost:5555/app.json");
48
desktopConnection = TestUtils.setupConnection(DESKTOP_UUID, cfg);
49
}
50
0 commit comments