feat: resolved failing test

This commit is contained in:
=
2025-04-11 19:43:27 +05:30
parent 5f6db870a6
commit 8676421a10

View File

@@ -505,6 +505,7 @@ export const secretReplicationServiceFactory = ({
}
});
await secretV2BridgeDAL.cacheInvalidateSecretByProjectId(projectId);
await secretQueueService.syncSecrets({
projectId,
orgId,
@@ -791,7 +792,6 @@ export const secretReplicationServiceFactory = ({
}
});
await secretV2BridgeDAL.cacheInvalidateSecretByProjectId(projectId);
await secretQueueService.syncSecrets({
projectId,
orgId,