Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Mar 22, 2024
1 parent eb5ae53 commit e318fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-dotnet/SauceLabs.Visual/VisualClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static async Task<VisualClient> Create(WebDriver wd, Region region, strin
/// <param name="buildOptions">the options of the build creation</param>
public static async Task<VisualClient> Create(WebDriver wd, Region region, string username, string accessKey, CreateBuildOptions buildOptions)
{
var client = new VisualClient(wd, Region.UsWest1, username, accessKey);
var client = new VisualClient(wd, region, username, accessKey);
await client.SetupBuild(buildOptions);
return client;
}
Expand Down

0 comments on commit e318fa5

Please sign in to comment.