mirror of https://github.com/portainer/portainer
fix(autopatch): remove auto-patch feature flag BE-12086 (#1189)
parent
42fe068db7
commit
6ecfbf17c0
|
|
@ -34,7 +34,6 @@ describe('SettingsView', () => {
|
||||||
http.get('/api/settings/public', () =>
|
http.get('/api/settings/public', () =>
|
||||||
HttpResponse.json({
|
HttpResponse.json({
|
||||||
Features: {
|
Features: {
|
||||||
'auto-patch': false,
|
|
||||||
'disable-roles-sync': false,
|
'disable-roles-sync': false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue