Remove test for no-longer-stored global copy of my_paz
[mkws-moved-to-github.git] / test / spec / mkws-config.js
index 19eff66..64d9fd9 100644 (file)
@@ -33,18 +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("Check usesessions true/false", function () {
-        if (mkws_config.use_service_proxy) {
-            expect(mkws.usesessions).toBe(false);
-        } else {
-            expect(mkws.usesessions).toBe(true);
-        }
-    });
-
-    it("my_paz is defined", function () {
-        expect(mkws.my_paz).not.toBe(undefined);
-    });
 });
 
 describe("Check pazpar2 runtime", function () {