Get rid of the responsive_design boolean configuration item, and always use responsiv...
[mkws-moved-to-github.git] / test / spec / mkws-config.js
index f005ad8..2bb84f3 100644 (file)
@@ -9,8 +9,8 @@ describe("Check mkws_config object", function () {
         expect(mkws_config).not.toBe(undefined);
     });
 
-    it("mkws_config service proxy config", function () {
-        expect(mkws_config.service_proxy_url).toBe(undefined);
+    it("mkws_config pazpar2 config", function () {
+        expect(mkws_config.pazpar2_url).toBe(undefined);
     });
 
     it("mkws_config locale check German", function () {