Open Issues Need Help
View All on GitHub Web Development • Rust Web Applications
thread 'handlers::tests::test_create_user_exito' panicked at src/handlers.rs:41:52 about 1 month ago
AI Summary: The task is to debug a Rust web application. A test case (`test_create_user_exito`) is failing due to a missing `DATABASE_URL` environment variable. The solution involves setting the appropriate environment variable to point to the database.
Complexity:
3/5
bug help wanted