support config with GHES url. (#393)

This commit is contained in:
Tingluo Huang
2020-03-30 14:48:02 -04:00
committed by GitHub
parent dec260920f
commit be325f26a6
2 changed files with 18 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ namespace GitHub.Runner.Common.Tests.Listener.Configuration
private Mock<IRSAKeyManager> _rsaKeyManager;
private string _expectedToken = "expectedToken";
private string _expectedServerUrl = "https://localhost";
private string _expectedServerUrl = "https://codedev.ms";
private string _expectedAgentName = "expectedAgentName";
private string _expectedPoolName = "poolName";
private string _expectedAuthType = "pat";