From 774bbd05e40f33c4d726463c5f4a303aef92c4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baldur=20M=C3=A1r=20Helgason?= Date: Thu, 12 Sep 2013 15:30:37 +0100 Subject: [PATCH] typo in integration test --- endpoints/weather/tests/integration_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/weather/tests/integration_test.js b/endpoints/weather/tests/integration_test.js index 89c0dc87..7058ee2d 100644 --- a/endpoints/weather/tests/integration_test.js +++ b/endpoints/weather/tests/integration_test.js @@ -3,7 +3,7 @@ var helpers = require('../../../lib/test_helpers.js'); var assert = require('assert'); describe('weather', function(){ - it("should return an error", function (done) { + it("should return info", function (done) { var fieldsToCheckFor = ["info"]; var params = helpers.testRequestParams("/weather/"); var resultHandler = helpers.testRequestHandlerForFields(done, fieldsToCheckFor);