Skip to content

Commit

Permalink
test: fix browser test rest_host query param
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Oct 4, 2023
1 parent 76cc74f commit 688fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/globals/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define(function (require) {

if (query['env']) ablyEnvironment = query['env'];
if (query['realtime_host']) realtimeHost = query['realtime_host'];
if (query['host']) host = query['host'];
if (query['rest_host']) restHost = query['rest_host'];
if (query['port']) port = query['port'];
if (query['tls_port']) tlsPort = query['tls_port'];
if (query['tls']) tls = query['tls'].toLowerCase() !== 'false';
Expand Down

0 comments on commit 688fbef

Please sign in to comment.