Skip to content

Commit

Permalink
WIP test against the lmars-dev cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
  • Loading branch information
lmars committed Aug 4, 2024
1 parent 53bf197 commit 713d28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/test/java/io/ably/lib/test/common/Setup.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private static TestVars __getTestVars() {
host = argumentLoader.getTestArgument("ABLY_REST_HOST");
environment = argumentLoader.getTestArgument("ABLY_ENV");
if(environment == null) {
environment = "sandbox";
environment = "lmars-dev";
}

if(host != null) {
Expand Down

0 comments on commit 713d28c

Please sign in to comment.