github.com/cs3org/reva/v2@v2.27.7/changelog/1.12.0_2021-08-24/fix-dependency-on-tests.md (about)

     1  Bugfix: fix dependency on tests
     2  
     3  The Nextcloud storage driver depended on a mock http client from the tests/ folder
     4  This broke the Docker build
     5  The dependency was removed
     6  A check was added to test the Docker build on each PR
     7  
     8  https://github.com/cs3org/reva/pull/2000