cagov / ui-claim-tracker

This repo contains the Claim Status Tracker app, which helps Californians better understand what’s happening with their unemployment claim and benefits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard availability tests as they are currently configured will not work

rocketnova opened this issue · comments

Description

The standard availability tests that we currently have configured will return 500 instead of 200 because of mismatched unique number. Based on input from the API Gateway team, it was determined that the preferred solution would be to be able to call a health check endpoint for the API.

Dependency: Creation of a health check endpoint for the API by the UIO dev team.

Acceptance Criteria

  • If/when a health check endpoint is established for the API, establish availability checks for the CST application to use that endpoint

Research if the API Gateway has a healthcheck endpoint?