nansencenter / django-geo-spaas-harvesting

Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1 stars 1 forks source link

Mock HTTP calls in tests #140

Closed aperrin66 closed 6 months ago

aperrin66 commented 6 months ago

Resolves #139

Also made a small fix in test_recovery: the mock cleanup was in the tearDown() method instead of setUp().