Fix caching test
Compare changes
If you received inactive project deletion emails on 4/30/25, you can ignore them. The projects named in those emails will NOT be deleted on 7/30/25. Some type of inactive project deletion will be implemented later this year, but you'll receive further communications before any deletions are scheduled.
This PR fixes the caching tests in SpotCacheTest
. The default caching mechanism in the WiScout project is the dummy
cache, which implements the caching interface but doesn't actually cache. This overrides the CACHES
setting for this test only to ensure that a real caching implementation (in this case, Local Memory) is used.
Please review: @NUWAN.KUMARASIRI @TREFILEK @bjsousa