mkws_config.pazpar2_url check no longer needed
[mkws-moved-to-github.git] / test / spec / mkws-config.js
index 2bb84f3..01942e8 100644 (file)
@@ -9,10 +9,6 @@ describe("Check mkws_config object", function () {
         expect(mkws_config).not.toBe(undefined);
     });
 
-    it("mkws_config pazpar2 config", function () {
-        expect(mkws_config.pazpar2_url).toBe(undefined);
-    });
-
     it("mkws_config locale check German", function () {
         expect(mkws.locale_lang.de.Authors).toMatch(/^Autoren$/);
         expect(mkws.locale_lang.de.Location).toMatch(/^Ort$/);