Skip to content

Commit

Permalink
Fix path parsing test
Browse files Browse the repository at this point in the history
  • Loading branch information
software-dov committed Jun 21, 2021
1 parent c13c058 commit c07e802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/system/test_resource_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ def test_path_parsing(messaging):
assert expected == actual

expected = {
"user_id": "bdfl",
"legacy_user_id": "apocalyptic",
"blurb_id": "city",
"user": "bdfl",
"legacy_user": "apocalyptic",
"blurb": "city",
}
actual = messaging.parse_blurb_path(
messaging.blurb_path("bdfl", "apocalyptic", "city")
Expand Down

0 comments on commit c07e802

Please sign in to comment.