Skip to content

Commit

Permalink
Remove non existent user login?
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Oct 30, 2024
1 parent 77c8979 commit 352ceb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py/tests/integration/runner_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,6 @@ def test_user_search_and_rag():
def test_user_password_management():
print("Testing: User password management")

# Test for duplicate user
client.login("password_mgmt@example.com", "password123")

# Change password
client.change_password("password123", "new_password")
# Request password reset
Expand Down

0 comments on commit 352ceb9

Please sign in to comment.