diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 232b597..963b5c5 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ mypy --show-error-codes . ```bash export AUTHLIB_INSECURE_TRANSPORT=true -pytest -m unit_test +pytest -m unit_test -n auto ``` ## OAuth2 |