Skip to content

Commit

Permalink
docs: remove path_name_str reference (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah committed Jan 24, 2022
1 parent 13552eb commit 61162fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def test_api_call(client, snapshot_json):
resp = client.post("/user", json={"name": "Jane"})
assert resp.status_code == 201

matcher = path_name_str({
matcher = path_type({
"id": (int,),
"registeredAt": (datetime,)
})
Expand Down

0 comments on commit 61162fb

Please sign in to comment.