We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95df5d2 commit 80fc2aeCopy full SHA for 80fc2ae
visual-dotnet/SauceLabs.Visual/Region.cs
@@ -37,7 +37,7 @@ public override string ToString()
37
/// <exception cref="VisualClientException"></exception>
38
public static Region FromEnvironment()
39
{
40
- return string.IsNullOrEmpty(EnvVars.Region) ? FromName(EnvVars.Region) : UsWest1;
+ return string.IsNullOrEmpty(EnvVars.Region) ? UsWest1 : FromName(EnvVars.Region);
41
}
42
43
/// <summary>
0 commit comments