We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daee6dc commit 94afb7fCopy full SHA for 94afb7f
visual-dotnet/SauceLabs.Visual/VisualClient.cs
@@ -65,7 +65,7 @@ public VisualClient(WebDriver wd, Region region, CreateBuildOptions buildOptions
65
/// <param name="buildOptions">the options of the build creation</param>
66
public VisualClient(WebDriver wd, Region region, string username, string accessKey, CreateBuildOptions buildOptions)
67
{
68
- if (string.IsNullOrWhiteSpace(username) || string.IsNullOrEmpty(accessKey))
+ if (string.IsNullOrWhiteSpace(username) || string.IsNullOrWhiteSpace(accessKey))
69
70
throw new VisualClientException("Username or Access Key not set");
71
}
0 commit comments