From c7f96a71bd7da7b1bf4fb841a455b26ac150cb3b Mon Sep 17 00:00:00 2001 From: Lawson Lewis Date: Wed, 21 Feb 2024 13:23:21 +1000 Subject: [PATCH] connegp logic implemented still need to refactor the usage of its outputs. starting with the pmt class defined in prez/models/profiles_and_mediatypes.py --- tests/test_connegp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_connegp.py b/tests/test_connegp.py index 8b5a35bc..8a833071 100644 --- a/tests/test_connegp.py +++ b/tests/test_connegp.py @@ -18,7 +18,7 @@ def test_store() -> Store: @pytest.fixture(scope="module") def test_prefix_graph(): graph = Graph(bind_namespaces="rdflib") - graph.bind("ex", "http://example.com/") + graph.bind("ex", "https://example.com/") return graph @@ -70,7 +70,7 @@ def test_prefix_graph(): [ {"Accept-Profile": "ex:profile"}, {}, - [("", 1.0)], + [("", 1.0)], None # Test that a resolvable curie is resolved ] ]