mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Change HTTP test URLs to HTTPS
This avoids unexpected HTTP to HTTPS redirects which cause test failures with the Chrome runtime.
This commit is contained in:
@@ -32,8 +32,8 @@ enum NetNotifyTestType {
|
||||
NNTT_DELAYED_BROWSER,
|
||||
};
|
||||
|
||||
const char kNetNotifyOrigin1[] = "http://tests-netnotify1/";
|
||||
const char kNetNotifyOrigin2[] = "http://tests-netnotify2/";
|
||||
const char kNetNotifyOrigin1[] = "https://tests-netnotify1/";
|
||||
const char kNetNotifyOrigin2[] = "https://tests-netnotify2/";
|
||||
const char kNetNotifyMsg[] = "RequestHandlerTest.NetNotify";
|
||||
const char kNetNotifyTestCmdKey[] = "rh-net-notify-test";
|
||||
|
||||
|
Reference in New Issue
Block a user