Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable connecting external RSS during unit testing (#626)
The external RSS service is called during front-end unit tests. This mod disables the connection to external RSS services in these tests to avoid slowing down tests in environments where calling external services is prohibited. * Disable connecting external RSS during unit testing In 6370b5b connecting externa RSS was disabled only in `Basic.t` and according to #45 it should be disabled in `PictureUpload.t` also. This mod fixes it. Fixes: 6370b5b Related: #45 Author-Change-Id: IB#1156232 Signed-off-by: Pawel Boguslawski <[email protected]> * Update CHANGES.md * Update PictureUpload.t --------- Signed-off-by: Pawel Boguslawski <[email protected]>
- Loading branch information