Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisheres committed Aug 19, 2024
1 parent 9278bec commit a76941c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ bcrypt==4.1.3
python-jose[cryptography]==3.3.0
databases[postgresql]==0.9.0
sqlalchemy==2.0.31
psycopg2-binary==2.9.9
psycopg2-binary==2.9.9
passlib==1.7.4
2 changes: 1 addition & 1 deletion tests/test_postgrest_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_normal_user_cannot_create_users():
"http://localhost/api/users",
json={
"password": "password",
"email": "foo" + random_email,
"email": "foo-" + random_email,
"admin": False,
},
headers={
Expand Down

0 comments on commit a76941c

Please sign in to comment.