Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Fixed test_users::test_search_users. When there were more than 10 users in the students group, it would fail because it would try to compare all of the users from the group to the users returned by an endpoint that is limited to return up to 10 users only. I've modified the test so that instead of a strict equality, it is now an inequality, meaning that the students returned by /users/search must be present in the group, but we don't need all of them ### Checklist - [x] All tests passing
- Loading branch information