You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We saw an issue where a race condition between the app code being deployed but new secrets/app settings not ready yet, and SBMTD was showing as an active agency briefly.
The text was updated successfully, but these errors were encountered:
thekaveman
added
bug
Something isn't working
chore
Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
labels
Sep 20, 2023
In testing this with a PR (see #1746) it became clear that our UI / Cypress tests are dependent on the default values being True.
This should be changed wholesale as we look to implement an Admin/Config interface, where our tests could run against a true sample agency CST, and we'll have an easier time flipping real agencies on/off.
Closing for now as we've moved passed the initial issue and have the False values configured in each environment.
We saw an issue where a race condition between the app code being deployed but new secrets/app settings not ready yet, and SBMTD was showing as an active agency briefly.
Acceptance Criteria
Each of these lines uses
False
by defaultThe text was updated successfully, but these errors were encountered: