-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: CST templates #2205
Fix: CST templates #2205
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested locally and it looked good 👍
Sorry, I added some quick unit tests for the new form. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I had forgot about test_forms.py
. Looks good!
Quick follow-up to #2197, part of #2189
I thought we could get away with reusing the
MSTCourtesyCard
class for CST's agency card, but I forgot that some of the copy comes from that form class. So this PR adds a new class for CST.Note that in
dev
andtest
, CST Agency Card verification will use the corresponding MST Courtesy Card verification server.Also fixed a small translation issue on the Agency Card enrollment success for CST.