fix public feature flag update (#10887)

## Context
upsert from typeorm does not seem to return keys that are not updated,
I'm reverting back to find/save since upsert is not consistent
This commit is contained in:
Weiko
2025-03-14 15:01:06 +01:00
committed by GitHub
parent fe4b47b781
commit 9883472d55
3 changed files with 37 additions and 35 deletions

View File

@ -472,7 +472,7 @@ describe('workspace permissions', () => {
`,
variables: {
input: {
publicFeatureFlag: 'TestFeature',
publicFeatureFlag: 'IsStripeIntegrationEnabled',
value: true,
},
},