Refactor integration tests
- add new fixtures
create_procedure_in_db
andget_procedure_from_db
or similar. Usecreate_procedure_in_db
if we assume we already have procedure in db before we run test (f.e. on bids creation, work with awards/contracts, procedure updates, document uploads) - as proposal use snapshots for api endpoint tests (this or this)