Skip to content

Commit

Permalink
testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed Dec 19, 2024
1 parent 7568001 commit 4fd64d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/routes/api/health/healthUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const health = async (fastify: KubeFastifyInstance): Promise<{ health: st
fastify.log.error(error, 'failed to get dashboard config');
throw error;
} else {
return { health: 'ok' };
throw new Error('this is a made up error for testing');
// return { health: 'ok' };
}
};

0 comments on commit 4fd64d6

Please sign in to comment.