Skip to content

Commit

Permalink
Fix help tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Dec 2, 2024
1 parent bd20b9b commit 53c71aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/help.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('Help & Unknown Command / Argument Handling', () => {
' device Manipulate a device',
' device-protection Manage Device Protection',
' doctor NOT SUPPORTED. Go to the device doctor tool at docs.particle.io/tools/doctor',
' esim Download eSIM profiles (INTERNAL ONLY)',
' flash Send firmware to your device',
' function Call functions on your device',
' get Retrieve a value from your device',
Expand Down Expand Up @@ -52,7 +53,7 @@ describe('Help & Unknown Command / Argument Handling', () => {
'cloud', 'compile', 'config', 'device add', 'device remove',
'device rename', 'device doctor', 'device',
'device-protection status', 'device-protection disable', 'device-protection enable', 'device-protection',
'doctor', 'flash',
'doctor', 'esim provision', 'flash',
'function list', 'function call', 'function', 'get', 'identify',
'keys new', 'keys load', 'keys save', 'keys send', 'keys doctor',
'keys server', 'keys address', 'keys', 'library add',
Expand Down

0 comments on commit 53c71aa

Please sign in to comment.