test: fix e2e

This commit is contained in:
Roman Hotsiy 2019-09-16 15:50:37 +03:00
parent db0a1abc7d
commit f12ba27d30
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -14,7 +14,7 @@
<script>
window.redocError = null;
/* init redoc */
var url = window.location.search.substr(5) || 'http://rebilly.github.io/ReDoc/swagger.yaml';
var url = window.location.search.substr(5) || 'http://redocly.github.io/redoc/swagger.yaml';
Redoc.init(decodeURIComponent(url), {disableLazySchemas: true, suppressWarnings: true}).then(function() {}, function(err) {
window.redocError = err;
});