add error pathway and test case for validation

This commit is contained in:
2025-01-22 14:01:57 -08:00
parent 6c9f4691fd
commit 1b9a77209f
6 changed files with 488 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
// Not an actual response snapshot
// Simulate a case where `all` property of response is unavailable
export const fetchSystemDataFailedResponse = {
"error": "no systems",
};