Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
expectException
to cover only the expected throwing method
Make the timeout test more robust by moving the `expectException` call immediately before the method that is expected to throw (and after all the setup methods). This will provide better long-term confidence/guarantees that the test is working as expected and only throwing during the final `->getContent` call.
- Loading branch information