X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-pazpar2.js;h=a8495e6560938e4fa639760d703b90c217518a5d;hb=9f5c1cbe59e9f386ff0d45afcad2b93221b863a5;hp=0cca4d788d8ec4fd894d28beabaf1a3c1bfb35fc;hpb=6e30c22f0c7b4cf120bd99f7e23efaae9459d32e;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 0cca4d7..a8495e6 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -279,7 +279,7 @@ describe("Show record", function () { debug("extracted URL from record: " + url); expect(url).not.toBe(null); - expect(url).toMatch(/^http:\/\/[a-z0-9]+\.[0-9a-z].*\//i); + expect(url).toMatch(/^https?:\/\/[a-z0-9]+\.[0-9a-z].*\//i); }); });