Skip to content

Commit 87276e4

Browse files
committed
ADAP-205: updated RtcChannelTest
1 parent f2a8c67 commit 87276e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/openfin/desktop/RtcChannelTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public class RtcChannelTest {
4343
public static void setup() throws Exception {
4444
logger.debug("starting");
4545
RuntimeConfiguration cfg = new RuntimeConfiguration();
46-
// cfg.setManifestLocation("https://testing-assets.openfin.co/adapters/channel/app.json");
47-
cfg.setManifestLocation("http://localhost:5555/app.json");
46+
cfg.setManifestLocation("https://testing-assets.openfin.co/adapters/channel/app.json");
47+
// cfg.setManifestLocation("http://localhost:5555/app.json");
4848
desktopConnection = TestUtils.setupConnection(DESKTOP_UUID, cfg);
4949
}
5050

0 commit comments

Comments
 (0)