We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750a690 commit e98919cCopy full SHA for e98919c
lib/browserstack/local.rb
@@ -81,7 +81,7 @@ def start(options = {})
81
end
82
83
def isRunning
84
- resp = Net::HTTP.get(URI.parse("http://localhost:45691/check")) rescue nil
+ resp = Net::HTTP.get(URI.parse("http://bs-local.com:45690/check")) rescue nil
85
resp && !resp.match(/running/i).nil?
86
87
0 commit comments