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:
@@ -17,8 +17,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
const char kTestUrl1[] = "http://tests/DevToolsMessage1";
|
||||
const char kTestUrl2[] = "http://tests/DevToolsMessage2";
|
||||
const char kTestUrl1[] = "https://tests/DevToolsMessage1";
|
||||
const char kTestUrl2[] = "https://tests/DevToolsMessage2";
|
||||
|
||||
class DevToolsMessageTestHandler : public TestHandler {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user