From 713d28c7918aea277187e7acded8ff6b132f0151 Mon Sep 17 00:00:00 2001 From: Lewis Marshall Date: Wed, 10 Jul 2024 10:59:57 +0100 Subject: [PATCH] WIP test against the lmars-dev cluster Signed-off-by: Lewis Marshall --- lib/src/test/java/io/ably/lib/test/common/Setup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/test/java/io/ably/lib/test/common/Setup.java b/lib/src/test/java/io/ably/lib/test/common/Setup.java index b6171edf0..1c07f1eb5 100644 --- a/lib/src/test/java/io/ably/lib/test/common/Setup.java +++ b/lib/src/test/java/io/ably/lib/test/common/Setup.java @@ -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) {