forked from sr2/cloud-api
feat: questionnaire shape update
This commit is contained in:
parent
c268097306
commit
0a7f9092c7
7 changed files with 85 additions and 24 deletions
|
|
@ -103,7 +103,10 @@ def _seed(db):
|
|||
owner_contact_id=2,
|
||||
security_contact_id=3,
|
||||
status="approved",
|
||||
intake_questionnaire={"question_two": "answer two"},
|
||||
intake_questionnaire={
|
||||
"metadata": {"version": 0, "submission_date": None},
|
||||
"questions": {"question_two": "answer two"},
|
||||
},
|
||||
)
|
||||
)
|
||||
db.add(Service(name="Test Service", api_key="123456789"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue