Skip to content

Commit

Permalink
connegp logic implemented
Browse files Browse the repository at this point in the history
still need to refactor the usage of its outputs. starting with the pmt class defined in prez/models/profiles_and_mediatypes.py
  • Loading branch information
lalewis1 committed Feb 21, 2024
1 parent e802bdc commit c7f96a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_connegp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -70,7 +70,7 @@ def test_prefix_graph():
[
{"Accept-Profile": "ex:profile"},
{},
[("<http://example.com/profile>", 1.0)],
[("<https://example.com/profile>", 1.0)],
None # Test that a resolvable curie is resolved
]
]
Expand Down

0 comments on commit c7f96a7

Please sign in to comment.