Skip to content

Commit

Permalink
Update test_get_api_requests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PrabhasKalyan committed Nov 27, 2024
1 parent 9b6c59a commit ecd16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/read/test_get_api_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_get_api_requests_for_one_user_new1(db_session):
def test_get_api_requests_for_one_user_new2(db_session):
user = get_user_by_email(session=db_session, email="[email protected]")
db_session.add(APIRequestSQL(user_uuid=user.user_uuid, url="UI/test"))
db_session.add(APIRequestSQL(user_uuid=user.user_uuid, url="UI/test"))
db_session.add(APIRequestSQL(user_uuid=user.user_uuid, url="API/test"))

requests_sql = get_api_requests_for_one_user(
session=db_session,
Expand Down

0 comments on commit ecd16d8

Please sign in to comment.