Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.lister.maven.tests.test_lister::test_maven_incremental_listing
Failed

TEST RESULT

Run At
May 20 2022, 4:56 PM
Details
@pytest.fixture def requests_mock(): """If github api calls for the configured scm repository, returns its canonical url.""" > requests_mock.get( GIT_REPO_URL_API, json={"html_url": GIT_REPO_URL_HTTPS}, ) E AttributeError: 'function' object has no attribute 'get' .tox/py3/lib/python3.7/site-packages/swh/lister/maven/tests/test_lister.py:95: AttributeError