use matching cartodb-redis branch and run all tests

remotes/origin/remove-auth-fallback
Eneko Lakasta 6 years ago
parent 534c827904
commit f111ddf449

@ -29,7 +29,7 @@
"camshaft": "0.61.8",
"cartodb-psql": "0.10.2",
"cartodb-query-tables": "0.3.0",
"cartodb-redis": "1.0.0",
"cartodb-redis": "cartodb/cartodb-redis#remove-auth-fallback",
"debug": "^3.1.0",
"dot": "~1.0.2",
"express": "~4.16.0",

@ -41,7 +41,7 @@ var pointSqlMaster = "select * from test_table_private_1";
var pointSqlPublic = "select * from test_table";
var keysToDelete;
describe.only('Basic authorization use cases', function () {
describe('Basic authorization use cases', function () {
var server;
before(function () {

Loading…
Cancel
Save