When running the seeds or or any test (in `test` environment locally), I see this error:
So this configuration provokes it:
https://github.com/3scale/porta/blob/c567ceab6a86dd06f1dbdb34d006107e628c2010/config/examples/database.yml#L18
That 'test' at the end doesn't work. By removing that 'test' at the end, it works well but then we are using the same DB for development than for test and that is a problem.
So we need to make the 'test' work (and I guess it happens the same for the 'production' one locally), and it is supposed to be done in here:
https://github.com/3scale/porta/blob/c567ceab6a86dd06f1dbdb34d006107e628c2010/script/oracle/002_setup.sh#L42
https://github.com/3scale/porta/blob/c567ceab6a86dd06f1dbdb34d006107e628c2010/script/oracle/002_setup.sh#L46
So that's is where the real bug is and where we need to fix it