fix EOF line and forgotten 'only'
This commit is contained in:
parent
501296f818
commit
63238ddd89
@ -799,7 +799,7 @@ it('GET with callback must return 200 status error even if it is an error', func
|
||||
});
|
||||
});
|
||||
|
||||
it.only('GET with slow python script exceeding statement timeout returns proper error message', function(done){
|
||||
it('GET with slow python script exceeding statement timeout returns proper error message', function(done){
|
||||
assert.response(server, {
|
||||
url: "/api/v1/sql?q=select%20py_sleep(2.1)",
|
||||
headers: {host: 'vizzuality.cartodb.com'},
|
||||
|
Loading…
Reference in New Issue
Block a user