mirror of
https://github.com/unraid/api.git
synced 2025-12-30 21:19:49 -06:00
fix: execa upgrade snapshots fixed
This commit is contained in:
@@ -1,40 +1,22 @@
|
||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for alerts 1`] = `
|
||||
""/usr/local/emhttp/webGui/scripts/notify" -i alert -e "Test Notification !@#$%^&*()_+={}[]|:;\\"'<>,.?/~\`" -s "Test Subject
|
||||
🚀💻🛠️" -d "Test Description with special characters
|
||||
©®™✓✓✓—“”‘’" -l "https://unraid.net/?query=param&special=💡🔥✨""
|
||||
`;
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for alerts 1`] = `"/usr/local/emhttp/webGui/scripts/notify -i alert -e 'Test Notification !@#$%^&*()_+={}[]|:;"'\\''<>,.?/~\`' -s 'Test Subject \\t\\n🚀💻🛠️' -d 'Test Description with special characters \\t\\n©®™✓✓✓—“”‘’' -l 'https://unraid.net/?query=param&special=💡🔥✨'"`;
|
||||
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for alerts 2`] = `
|
||||
"Command failed with ENOENT: /usr/local/emhttp/webGui/scripts/notify -i alert -e Test Notification !@#$%^&*()_+={}[]|:;"'<>,.?/~\` -s Test Subject
|
||||
🚀💻🛠️ -d Test Description with special characters
|
||||
©®™✓✓✓—“”‘’ -l https://unraid.net/?query=param&special=💡🔥✨
|
||||
"Command failed with ENOENT: /usr/local/emhttp/webGui/scripts/notify -i alert -e 'Test Notification !@#$%^&*()_+={}[]|:;"'\\''<>,.?/~\`' -s 'Test Subject \\t\\n🚀💻🛠️' -d 'Test Description with special characters \\t\\n©®™✓✓✓—“”‘’' -l 'https://unraid.net/?query=param&special=💡🔥✨'
|
||||
spawn /usr/local/emhttp/webGui/scripts/notify ENOENT"
|
||||
`;
|
||||
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for normals 1`] = `
|
||||
""/usr/local/emhttp/webGui/scripts/notify" -i normal -e "Test Notification !@#$%^&*()_+={}[]|:;\\"'<>,.?/~\`" -s "Test Subject
|
||||
🚀💻🛠️" -d "Test Description with special characters
|
||||
©®™✓✓✓—“”‘’" -l "https://unraid.net/?query=param&special=💡🔥✨""
|
||||
`;
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for normals 1`] = `"/usr/local/emhttp/webGui/scripts/notify -i normal -e 'Test Notification !@#$%^&*()_+={}[]|:;"'\\''<>,.?/~\`' -s 'Test Subject \\t\\n🚀💻🛠️' -d 'Test Description with special characters \\t\\n©®™✓✓✓—“”‘’' -l 'https://unraid.net/?query=param&special=💡🔥✨'"`;
|
||||
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for normals 2`] = `
|
||||
"Command failed with ENOENT: /usr/local/emhttp/webGui/scripts/notify -i normal -e Test Notification !@#$%^&*()_+={}[]|:;"'<>,.?/~\` -s Test Subject
|
||||
🚀💻🛠️ -d Test Description with special characters
|
||||
©®™✓✓✓—“”‘’ -l https://unraid.net/?query=param&special=💡🔥✨
|
||||
"Command failed with ENOENT: /usr/local/emhttp/webGui/scripts/notify -i normal -e 'Test Notification !@#$%^&*()_+={}[]|:;"'\\''<>,.?/~\`' -s 'Test Subject \\t\\n🚀💻🛠️' -d 'Test Description with special characters \\t\\n©®™✓✓✓—“”‘’' -l 'https://unraid.net/?query=param&special=💡🔥✨'
|
||||
spawn /usr/local/emhttp/webGui/scripts/notify ENOENT"
|
||||
`;
|
||||
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for warnings 1`] = `
|
||||
""/usr/local/emhttp/webGui/scripts/notify" -i warning -e "Test Notification !@#$%^&*()_+={}[]|:;\\"'<>,.?/~\`" -s "Test Subject
|
||||
🚀💻🛠️" -d "Test Description with special characters
|
||||
©®™✓✓✓—“”‘’" -l "https://unraid.net/?query=param&special=💡🔥✨""
|
||||
`;
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for warnings 1`] = `"/usr/local/emhttp/webGui/scripts/notify -i warning -e 'Test Notification !@#$%^&*()_+={}[]|:;"'\\''<>,.?/~\`' -s 'Test Subject \\t\\n🚀💻🛠️' -d 'Test Description with special characters \\t\\n©®™✓✓✓—“”‘’' -l 'https://unraid.net/?query=param&special=💡🔥✨'"`;
|
||||
|
||||
exports[`NotificationsService legacy script compatibility > yields correct cli args for warnings 2`] = `
|
||||
"Command failed with ENOENT: /usr/local/emhttp/webGui/scripts/notify -i warning -e Test Notification !@#$%^&*()_+={}[]|:;"'<>,.?/~\` -s Test Subject
|
||||
🚀💻🛠️ -d Test Description with special characters
|
||||
©®™✓✓✓—“”‘’ -l https://unraid.net/?query=param&special=💡🔥✨
|
||||
"Command failed with ENOENT: /usr/local/emhttp/webGui/scripts/notify -i warning -e 'Test Notification !@#$%^&*()_+={}[]|:;"'\\''<>,.?/~\`' -s 'Test Subject \\t\\n🚀💻🛠️' -d 'Test Description with special characters \\t\\n©®™✓✓✓—“”‘’' -l 'https://unraid.net/?query=param&special=💡🔥✨'
|
||||
spawn /usr/local/emhttp/webGui/scripts/notify ENOENT"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user