Currently, the test for the ChEMBL resource "compound_structural_alert" is disabled (PR #442), because it fails.
The URL put together in the function foo() is
https://www.ebi.ac.uk/chembl/api/data/compound_structural_alert/79048021.json
which gives a 404. A working URL for returning structural alerts [1] is e.g.
https://www.ebi.ac.uk/chembl/api/data/compound_structural_alert.json?molecule_chembl_id=CHEMBL266429
[1] chembl/chembl_webservices_2#109 (comment)