Skip to content

Commit be25b16

Browse files
committed
doc: fix readme example parameters
1 parent 8357427 commit be25b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To run a full authentication process for a client application in your test,
3232
you can write something like this:
3333

3434
```python
35-
def test_authentication(iam_server, testapp, client):
35+
def test_authentication(iam_server, test_client):
3636
# create a random user on the IAM server
3737
user = iam_server.random_user()
3838

0 commit comments

Comments
 (0)