Files
project-inter-server/test/jsonSnapshots/fetchSystemData/fetchSystemDataFailedResponse.ts

5 lines
176 B
TypeScript

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