Skip to content

Commit c5d4d01

Browse files
authored
Update README.md (#124)
1 parent 490c3ae commit c5d4d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To use an unauthenticated test client, use `client`:
244244

245245
```python
246246
def test_get_users(client):
247-
test_client.get("/api/v1/users")
247+
client.get("/api/v1/users")
248248
assert response.status_code == 200
249249
```
250250

0 commit comments

Comments
 (0)