Skip to content

test_guess_format_for_parse_http_text_plain fails #3402

@z3ntu

Description

@z3ntu

The URL https://raw.githubusercontent.com/AGLDWG/vocpub-profile/master/validators/validator.ttl referenced in the tests returns 404.

=================================== FAILURES ===================================
_________________ test_guess_format_for_parse_http_text_plain __________________
    @pytest.mark.webtest
    def test_guess_format_for_parse_http_text_plain():
        # Any raw url of a file from GitHub will return the content-type with text/plain.
        url = "https://raw.githubusercontent.com/AGLDWG/vocpub-profile/master/validators/validator.ttl"
>       graph = Graph().parse(url)
                ^^^^^^^^^^^^^^^^^^
test/test_graph/test_graph.py:398: 
FAILED test/test_graph/test_graph.py::test_guess_format_for_parse_http_text_plain - urllib.error.HTTPError: HTTP Error 404: Not Found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions