From 18615cb741707f7baa18745ffc99207041230526 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 10 Sep 2014 08:31:39 +0000 Subject: [PATCH] fix description of pazpar2_url --- test/spec/mkws-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 59a0132..4cba621 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -34,7 +34,7 @@ describe("Check mkws.config object", function () { describe("Check pazpar2 config", function () { - it("pazpar2path is a path or an full URL", function () { + it("pazpar2_url is a path or an full URL", function () { expect(mkws.config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/) }); }); -- 1.7.10.4