X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=19eff66af00f647649237b1de09e0cefe5f4a939;hb=bdbb6dd624c54c68832c370f41601f2f882dd479;hp=6ec792d959c8957b4ee58a7c53d287c0c6c4afc8;hpb=39a083ccf3f11375777e0d0f3375756ac4099fb3;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 6ec792d..19eff66 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -31,7 +31,7 @@ describe("Check mkws_config object", function () { describe("Check pazpar2 config", function () { it("pazpar2path is a path or an full URL", function () { - expect(mkws_config.pazpar2_url).toMatch(/^(\/|http:\/\/)/) + expect(mkws_config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/) }); it("Check usesessions true/false", function () {