Skip to content

Commit

Permalink
add expected fields to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
wittejm committed May 19, 2024
1 parent b4ded00 commit f7c6c0c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/backend/tests/fixtures/form_filling_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
court_fields = {
"(Court 1)": "(Circuit Court for Benton County)",
"(Court 2)": "(Circuit Court for Baker County)",
"(Court 3)": "<>",
"(Court 4)": "<>",
"(Court 5)": "<>",
"(Court 6)": "<>",
"(Court 7)": "<>",
"(Court 8)": "<>",
"(Court 9)": "<>",
"(Court 10)": "<>",
"(Include a Conviction Yes)": "/Yes",
"(Include a Conviction No)": "/Off",
}
oregon_john_common_pdf_fields = {
"document_0": {
0: {
Expand Down Expand Up @@ -206,6 +220,7 @@
"(City)": "(Portland)",
"(State)": "(OR)",
"(Zip Code)": "(97222)",
**court_fields,
}
},
}
Expand Down Expand Up @@ -448,6 +463,7 @@
"(City)": "(Portland)",
"(State)": "(OR)",
"(Zip Code)": "(97222)",
**court_fields
}
},
}
Expand Down Expand Up @@ -693,6 +709,7 @@
"(City)": "(Portland)",
"(State)": "(OR)",
"(Zip Code)": "(97222)",
**court_fields
}
},
}
Expand Down Expand Up @@ -761,6 +778,7 @@
"(City)": "(Portland)",
"(State)": "(OR)",
"(Zip Code)": "(97222)",
**court_fields
}
},
}
Expand Down Expand Up @@ -832,6 +850,8 @@
"(City)": "(Portland)",
"(State)": "(OR)",
"(Zip Code)": "(97222)",
**court_fields
}
},
}

0 comments on commit f7c6c0c

Please sign in to comment.