X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=64d9fd9a14669e801008960a9669872ec6ff2893;hb=fbcf2b14f4b86664ad66edb458565f520148ee46;hp=4a6a0208596c8c6fc276aa92cbaf4447acb67332;hpb=69bed9cc2d5175ab39ce02cb7f2830b6bd281303;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 () {