const scopeContentTypes = testConfigViewBySame.map(({ dataUrl, data }) =>
    nockInstance.persist().get(dataUrl).query(true).reply(200, data));