mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
Add Proxy Support for self-hosted runner. (#206)
This commit is contained in:
@@ -256,10 +256,6 @@ namespace GitHub.Runner.Common.Tests.Worker
|
||||
configurationStore.Setup(x => x.GetSettings()).Returns(new RunnerSettings());
|
||||
hc.SetSingleton(configurationStore.Object);
|
||||
|
||||
// Arrange: Setup the proxy configation.
|
||||
var proxy = new Mock<IRunnerWebProxy>();
|
||||
hc.SetSingleton(proxy.Object);
|
||||
|
||||
// Arrange: Setup the cert configation.
|
||||
var cert = new Mock<IRunnerCertificateManager>();
|
||||
hc.SetSingleton(cert.Object);
|
||||
|
||||
Reference in New Issue
Block a user