diff --git a/test/organization/test.sh b/test/organization/test.sh index 4277e6d..56a5b0d 100644 --- a/test/organization/test.sh +++ b/test/organization/test.sh @@ -531,9 +531,9 @@ function test_conf() { sql postgres "SELECT cartodb.CDB_Conf_GetConf('test_conf')" should '' sql postgres "SELECT cartodb.CDB_Conf_GetConf('test_conf_2')" should '' - sql postgres "SELECT cartodb.CDB_Conf_SetConf('test_conf', 'test_val')" + sql postgres "SELECT cartodb.CDB_Conf_SetConf('test_conf', '{ \"a_key\": \"test_val\" }')" - sql postgres "SELECT cartodb.CDB_Conf_GetConf('test_conf')" should 'test_val' + sql postgres "SELECT cartodb.CDB_Conf_GetConf('test_conf')" should '{ "a_key": "test_val" }' sql postgres "SELECT cartodb.CDB_Conf_GetConf('test_conf_2')" should '' sql postgres "SELECT cartodb.CDB_Conf_RemoveConf('test_conf')"