use matching cartodb-redis branch and run all tests
This commit is contained in:
parent
534c827904
commit
f111ddf449
@ -29,7 +29,7 @@
|
|||||||
"camshaft": "0.61.8",
|
"camshaft": "0.61.8",
|
||||||
"cartodb-psql": "0.10.2",
|
"cartodb-psql": "0.10.2",
|
||||||
"cartodb-query-tables": "0.3.0",
|
"cartodb-query-tables": "0.3.0",
|
||||||
"cartodb-redis": "1.0.0",
|
"cartodb-redis": "cartodb/cartodb-redis#remove-auth-fallback",
|
||||||
"debug": "^3.1.0",
|
"debug": "^3.1.0",
|
||||||
"dot": "~1.0.2",
|
"dot": "~1.0.2",
|
||||||
"express": "~4.16.0",
|
"express": "~4.16.0",
|
||||||
|
@ -41,7 +41,7 @@ var pointSqlMaster = "select * from test_table_private_1";
|
|||||||
var pointSqlPublic = "select * from test_table";
|
var pointSqlPublic = "select * from test_table";
|
||||||
var keysToDelete;
|
var keysToDelete;
|
||||||
|
|
||||||
describe.only('Basic authorization use cases', function () {
|
describe('Basic authorization use cases', function () {
|
||||||
var server;
|
var server;
|
||||||
|
|
||||||
before(function () {
|
before(function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user