Fix caching test
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
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
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.