kadeem-lewis / event_manager

MIT License
0 stars 0 forks source link

User ID validation #3

Closed kadeem-lewis closed 6 hours ago

kadeem-lewis commented 6 hours ago

The test_user_response_valid pytests has an assertion to check the user.id. The UserResponse only accepts uuid for the id value but the id passed in from the confttest fixture is not a UUID. The fixture needs to be updated to provide a UUID id value