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 ada2d02 commit 4ffcba3Copy full SHA for 4ffcba3
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