From 752bfe779eef4b1c496ea7cd51c830bacf0c8f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Mon, 27 Nov 2017 18:15:27 +0100 Subject: [PATCH] forgotten 'only' --- test/unit/cartodb/base_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/cartodb/base_controller.js b/test/unit/cartodb/base_controller.js index f9e6f178..ca0547e3 100644 --- a/test/unit/cartodb/base_controller.js +++ b/test/unit/cartodb/base_controller.js @@ -3,7 +3,7 @@ require('../../support/test_helper.js'); var assert = require('assert'); var errorMiddleware = require('../../../lib/cartodb/middleware/error-middleware'); -describe.only('error-middleware', function() { +describe('error-middleware', function() { it('different formats for postgis plugin error returns 400 as status code', function() {