From 2edc42821209b970f74d39129e7cf2d19987cc63 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 9 Dec 2020 14:45:45 -0800 Subject: [PATCH] Revert "DATACOUCH-650 - Implement deletByIds()" This reverts commit b4974eab9f29f7039129a29717d17738ef88a473. --- 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 4a07e730..f097d05b 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=unmanaged +cluster.type=mocked # Default configs for both cases cluster.adminUsername=Administrator cluster.adminPassword=password