test: use store for personal, shares and created spaces

This commit is contained in:
Saw-jan
2025-02-17 17:44:48 +05:45
parent 212f9bf980
commit 9713e9872b
8 changed files with 136 additions and 179 deletions

View File

@@ -186,7 +186,7 @@ class SettingsContext implements Context {
$decodedBody = \json_decode($rawBody, true, 512, JSON_THROW_ON_ERROR);
$tryAgain = false;
} catch (Exception $e) {
$tryAgain = $retried < HttpRequestHelper::numRetriesOnHttpTooEarly();
$tryAgain = $retried < HttpRequestHelper::maxHTTPRequestRetries();
if (!$tryAgain) {
throw $e;