|
fix: exclude recaptcha_token from Contact model in CRUD
- Updated create_contact to use model_dump(exclude={'recaptcha_token'})
- Updated tests to include recaptcha_token in ContactCreate
- All 17 tests passing
|
|---|
|
|
| app/crud.py |
|---|
| tests/test_crud.py |
|---|
| tests/test_schemas.py |
|---|