From a5b2b66bb6e12af3d23a003298c61c0cf79cb53a Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Thu, 14 Mar 2019 10:06:04 +0100 Subject: [PATCH] fix test comment --- test/CDB_GhostTables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CDB_GhostTables.sql b/test/CDB_GhostTables.sql index 1c1e244..dd30ac8 100644 --- a/test/CDB_GhostTables.sql +++ b/test/CDB_GhostTables.sql @@ -15,7 +15,7 @@ SET client_min_messages TO notice; SELECT CDB_LinkGhostTables(); -- _CDB_LinkGhostTables called, TIS connection not tried --- Disable Ghost tables trigger +-- Add TIS configuration \set QUIET on SET SESSION AUTHORIZATION postgres; SELECT cartodb.CDB_Conf_SetConf('invalidation_service', '{"host": "fake-tis-host", "port": 3142}');