Skip to content

Commit 2c982a6

Browse files
committed
Fix Edge driver URL in test
1 parent 7c0528c commit 2c982a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/bonigarcia/wdm/test/edge/EdgeLatestVersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void edgeVersionTest() throws Exception {
5151
VersionDetector versionDetector = new VersionDetector(config,
5252
httpClient);
5353
Optional<String> driverVersion = Optional.empty();
54-
URL driverUrl = new URL("https://msedgedriver.azureedge.net/");
54+
URL driverUrl = new URL("https://msedgedriver.microsoft.com/");
5555
Charset versionCharset = UTF_16;
5656
String driverName = "msedgedriver";
5757
String stableLabel = "LATEST_STABLE";

0 commit comments

Comments
 (0)