Skip to content

Commit

Permalink
Use full domain name in test credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Jun 12, 2021
1 parent abf44ce commit ea4dc61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public async Task PostAsync_NtAuthServer_UseExpect100Header_Success(bool ntlm, i
public async Task AuthTest(string authType)
{
var testUri = new Uri("http://emclientntlm.westus.cloudapp.azure.com/");
var networkCredential = new NetworkCredential("user1", "PLACEHOLDERcorrect20", "emclientntlm");
var networkCredential = new NetworkCredential("user1", "PLACEHOLDERcorrect20", "emclientntlm.westus.cloudapp.azure.com");

using var socketsHandler = new SocketsHttpHandler();
var credentialCache = new CredentialCache();
Expand Down

0 comments on commit ea4dc61

Please sign in to comment.