Remove test for no-longer-stored global copy of my_paz
authorMike Taylor <mike@indexdata.com>
Thu, 23 Jan 2014 10:59:16 +0000 (10:59 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 23 Jan 2014 10:59:16 +0000 (10:59 +0000)
test/spec/mkws-config.js

index 4a6a020..64d9fd9 100644 (file)
@@ -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 () {