mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix tests
This commit is contained in:
@@ -76,8 +76,8 @@ exports[`transformConfigSpec transformConfigSpec(embassyPages) 1`] = `
|
||||
"required": false,
|
||||
"type": "select",
|
||||
"values": {
|
||||
"filebrowser": undefined,
|
||||
"nextcloud": undefined,
|
||||
"filebrowser": "filebrowser",
|
||||
"nextcloud": "nextcloud",
|
||||
},
|
||||
"warning": null,
|
||||
},
|
||||
@@ -192,8 +192,8 @@ exports[`transformConfigSpec transformConfigSpec(embassyPages) 1`] = `
|
||||
"required": false,
|
||||
"type": "select",
|
||||
"values": {
|
||||
"filebrowser": undefined,
|
||||
"nextcloud": undefined,
|
||||
"filebrowser": "filebrowser",
|
||||
"nextcloud": "nextcloud",
|
||||
},
|
||||
"warning": null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user