diff --git a/tests/conftest.py b/tests/conftest.py index ad21d417c..71e5b3fd5 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -243,6 +243,7 @@ def user_update_data(): return { "email": "john.doe.new@example.com", "full_name": "John H. Doe", + "first_name": "John", "bio": "I specialize in backend development with Python and Node.js.", "profile_picture_url": "https://example.com/profile_pictures/john_doe_updated.jpg" }