Skip to content

Commit 486cd62

Browse files
Fix integration test
1 parent 039862b commit 486cd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BrowserStackLocal/BrowserStackLocalIntegrationTests/IntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace BrowserStackLocalIntegrationTests
1212
public class IntegrationTests
1313
{
1414
static readonly OperatingSystem os = Environment.OSVersion;
15-
static readonly string binaryName = os.Platform.ToString() == "Unix" ? "BrowserStackLocal-darwin-x64" : "BrowserStackLocal.exe";
15+
static readonly string binaryName = os.Platform.ToString() == "Unix" ? "BrowserStackLocal-darwin-x64" : "BrowserStackLocal";
1616
private static string username = Environment.GetEnvironmentVariable("BROWSERSTACK_USERNAME");
1717
private static string accesskey = Environment.GetEnvironmentVariable("BROWSERSTACK_ACCESS_KEY");
1818

0 commit comments

Comments
 (0)