ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

Bug/comp fix #183

Closed stmuk closed 2 years ago

stmuk commented 2 years ago

What

Inject correct db handle rather than attempting to use env (which isn't set)

How to review

Look at https://github.com/ONSdigital/dp-find-insights-poc-api/runs/5183297235?check_suite_focus=true

Or unset all PG env vars and run go test -count 1 -v -p 1 ./dataingest/addtodb -tags=comptest

Who can review

Anyone