fix tests

This commit is contained in:
Aiden McClelland
2024-07-26 19:19:19 -06:00
parent be217b5354
commit e65c0a0d1d
5 changed files with 23 additions and 9 deletions

View File

@@ -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,
},