How we test The test runs the Actor with its default input (defined by the prefill option in the input schema file) and expects it to finish with a Succeeded status within 5 minutes of the beginning of the run.
danek/facebook-page-events-lite
urls
parameter has no default/prefill value but it is a required parameter, so it might be failing with the default input"urls": { "title": "urls", "type": "array", "description": "events urls", "editor": "requestListSources", "prefill": [ { "url": "http://example.com" } ] },