# -*- coding: utf-8 -*-"""test_acti * collection of proceeding with issues"""importpytestfromgluonimportcurrentfromharvest_tools.checkandfiximportCheckAndFixfrominvenio_toolsimportload_record@pytest.fixture(scope="module")defsvc():returnCheckAndFix()deftest_acti_ins1519593(svc):""" XML: * IPN author not found with release 0.9.6.5. The Correct affiliation is defined but in second position. """recins=load_record("inspirehep.net",1519593)pattern="Orsay, IPN|IPNO, Orsay"current.app.reg_institute=patternassertrecins.find_authors_by_affiliation(pattern)=="Scozzi, Federico"