Skip to content

Commit

Permalink
Fix the test
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
  • Loading branch information
keshav-space committed Jul 11, 2024
1 parent 2c08b79 commit f1b8f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_full_reverse():

def test_full_resolve():
assert full_resolve(f"https://127.0.0.1:8000/notes/7e676ad1-995d-405c-a829-cb39813c74e5") == (
{"note_id": uuid.UUID("7e676ad1-995d-405c-a829-cb39813c74e5")},
{"note_id": "7e676ad1-995d-405c-a829-cb39813c74e5"},
"note-page",
)

Expand Down

0 comments on commit f1b8f28

Please sign in to comment.