Skip to content

Commit 2d7afdb

Browse files
committed
Updating startup class for test web server in .NET tests
1 parent 68339fe commit 2d7afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/Environment/TestWebServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class TestWebServer
1010
private Process webserverProcess;
1111

1212
private string standaloneTestJar = @"build/java/client/test/org/openqa/selenium/tests-standalone.jar";
13-
private string webserverClassName = "org.openqa.selenium.environment.webserver.Jetty7AppServer";
13+
private string webserverClassName = "org.openqa.selenium.environment.webserver.JettyAppServer";
1414
private string projectRootPath;
1515

1616
public TestWebServer(string projectRoot)

0 commit comments

Comments
 (0)