We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6a752 commit 0c92487Copy full SHA for 0c92487
1 file changed
src/AzureAuth.Test/CommandAadTest.cs
@@ -236,6 +236,7 @@ public void TestEvaluateOptionsProvidedAliasWithEnvVarConfig()
236
237
// Specify config via env var
238
this.envMock.Setup(e => e.Get("AZUREAUTH_CONFIG")).Returns(configFile);
239
+ this.envMock.Setup(env => env.Get(It.Is<string>(key => key != "AZUREAUTH_CONFIG"))).Returns<string>(key => null);
240
241
// Specify a client override on the command line.
242
subject.Client = clientOverride;
0 commit comments