Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We had previously assumed that mget calls would always happen. However, if there was no data from the initial search calls, then mget would not be called, thus, the assertion failed. Since we are making calls that return no data, I changed the assertion. I also checked if response was valid (expected status code, expected data type in the payload).
- Loading branch information