Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove assertions checking for email ids from /emails endpoint test
Previously the last element of the result array returned from the /emails endpoint was checked to have the id of the email cloned in the test case above and the second last element was checked to be the email created in the first testcase. However on certain runs they are returned out of order, causing the test to fail unnecessarily.
- Loading branch information