add apikeys keys to be removed after each test
This commit is contained in:
parent
1b63dcd4e5
commit
232ff1ba33
@ -113,7 +113,9 @@ afterEach(function(done) {
|
||||
'rails:test_windshaft_cartodb_user_1_db:my_table': true,
|
||||
'rails:users:localhost:map_key': true,
|
||||
'rails:users:cartodb250user': true,
|
||||
'rails:users:localhost': true
|
||||
'rails:users:localhost': true,
|
||||
'api_keys:localhost:1234': true,
|
||||
'api_keys:localhost:default_public': true
|
||||
};
|
||||
var databasesTasks = { 0: 'users', 5: 'meta'};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user