re-enable nock after every suite
This commit is contained in:
parent
dd83c05a89
commit
1f9dd5fd8c
@ -63,7 +63,8 @@ function checkSurrogateKey(res, expectedKey) {
|
||||
after(function(done) {
|
||||
|
||||
// restoring nock globally after each suite
|
||||
nock.restore();
|
||||
nock.cleanAll();
|
||||
nock.enableNetConnect();
|
||||
|
||||
var expectedKeys = {
|
||||
'rails:test_windshaft_cartodb_user_1_db:test_table_private_1': true,
|
||||
|
Loading…
Reference in New Issue
Block a user