Project Web Hook test fails with 500 when run on uninitialized project
Created by: naub
When a project has not received an initial commit, the web hook test fails because the handler tries to read the last commit. I suppose it could be regarded as an intentional restriction, but then the test button should probably be hidden or disabled.