it.each`
    scenario               | url           | codec
    ${"invalid http URL"}  | ${anHttpsUrl} | ${HttpUrlFromString}
    ${"invalid https URL"} | ${anHttpUrl}  | ${HttpsUrlFromString}
  `("should fail on $scenario", ({ url, codec }) => {