fix(autopatch): remove auto-patch feature flag BE-12086 (#1189)

pull/12889/head
Viktor Pettersson 2025-10-10 09:23:47 +13:00 committed by GitHub
parent 42fe068db7
commit 6ecfbf17c0
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ describe('SettingsView', () => {
http.get('/api/settings/public', () =>
HttpResponse.json({
Features: {
'auto-patch': false,
'disable-roles-sync': false,
},
})