GODT-2291: Change gluon store default location from Cache to Data.

This commit is contained in:
Romain Le Jeune
2023-01-24 13:35:45 +00:00
parent 5a70a16149
commit ee4da8a89c
9 changed files with 32 additions and 43 deletions

View File

@ -100,7 +100,7 @@ func (t *testCtx) initBridge() (<-chan events.Event, error) {
}
// Get the default gluon path.
gluonCacheDir, err := t.locator.ProvideGluonCachePath()
gluonCacheDir, err := t.locator.ProvideGluonDataPath()
if err != nil {
return nil, fmt.Errorf("could not get gluon dir: %w", err)
}