X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=64d9fd9a14669e801008960a9669872ec6ff2893;hb=73c4300e62a0154834725bd47cd3c063e4aea9cc;hp=4a6a0208596c8c6fc276aa92cbaf4447acb67332;hpb=aa699b2f3c0fac6b719db6974eb462cb0d817855;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 4a6a020..64d9fd9 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -33,10 +33,6 @@ describe("Check pazpar2 config", function () { it("pazpar2path is a path or an full URL", function () { expect(mkws_config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/) }); - - it("my_paz is defined", function () { - expect(mkws.my_paz).not.toBe(undefined); - }); }); describe("Check pazpar2 runtime", function () {