Commit eab471b
fix: correct error message expectations in resource tests
Fixes test failures by updating error message expectations to match actual
error message flow from list_simsLogic function:
- Command execution failures return ''Failed to list simulators: ...'' directly
- Spawn errors get caught by resource handler and prefixed with ''Error retrieving simulator data:''
The resource handler already supports proper dependency injection for testing.
Co-authored-by: Cameron Cooke <cameroncooke@users.noreply.github.com>1 parent 77c6a77 commit eab471b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments