Closed kadeem-lewis closed 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
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