From b4974eab9f29f7039129a29717d17738ef88a473 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 9 Dec 2020 14:27:42 -0800 Subject: [PATCH] DATACOUCH-650 - Implement deletByIds() --- src/test/resources/integration.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/integration.properties b/src/test/resources/integration.properties index f097d05b..4a07e730 100644 --- a/src/test/resources/integration.properties +++ b/src/test/resources/integration.properties @@ -2,7 +2,7 @@ # If set to false, it is assumed that the host is managing the cluster and # as a result no containers or anything will be spun up. # Options: containerized, mocked, unmanaged -cluster.type=mocked +cluster.type=unmanaged # Default configs for both cases cluster.adminUsername=Administrator cluster.adminPassword=password