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 need to create a Contact for the industry user when they create an Operator. Currently, we already create a Contact when a user’s access request is approved by another user, but we never considered creating a Contact for the industry user who creates an Operator for the first time.
Acceptance Criteria
In create_operator_and_user_operator function add the functionality to create a Contact instance for the external user
Add Pytest
The text was updated successfully, but these errors were encountered:
Describe the task
We need to create a Contact for the industry user when they create an Operator. Currently, we already create a Contact when a user’s access request is approved by another user, but we never considered creating a Contact for the industry user who creates an Operator for the first time.
Acceptance Criteria
create_operator_and_user_operator
function add the functionality to create a Contact instance for the external userThe text was updated successfully, but these errors were encountered: