From bf0f44303b09d8b923cadcf4d7c0b71be78a7568 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 9 Jun 2016 20:40:54 +0300 Subject: [PATCH] Switch to APIs.guru API v2 --- protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protractor.conf.js b/protractor.conf.js index a8f30179..aac8415f 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -11,7 +11,7 @@ let config = { // add jasmine spec reporter jasmine.getEnv().addReporter(new SpecReporter({displaySpecDuration: true})); // load APIs.guru list - return loadJson('https://apis-guru.github.io/api-models/api/v1/list.json').then((list) => { + return loadJson('https://api.apis.guru/v2/list.json').then((list) => { global.apisGuruList = list; return browser.getCapabilities().then(function (cap) { browser.isIE = cap.browserName === 'internet explorer'