Skip to content

Commit

Permalink
delete other approach
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflowmert committed Aug 13, 2024
1 parent cd68373 commit ba2508a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/EndUserManagement/testUserEndpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ def test_user_update(self):
responseDataOfUpdated = responseForFetchedUserAfterUpdate.json()
userUpdated = responseDataOfUpdated['data']


# Check if response is not an empty list
userFetched = responseData['data']
self.assertNotEqual(userFetched, [])

#get Dummy Data
dummyUsers = getDummyUsers()

Expand Down

0 comments on commit ba2508a

Please sign in to comment.