ONSdigital / dp-find-insights-poc-api

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

fix inttests MatchingRespFile matching filenames with same prefix #120

Closed VivianAllen closed 2 years ago

VivianAllen commented 2 years ago

Fix issue where inttests/main.go MatchRespFile would mistake these two for the same response file, because they have the same prefix: census-tables-all-cols-single-row-6b9ff4934cdfbb586a3aa0a38c46d1f2cd3cc411 census-tables-all-cols-single-row-no-geography-393b71feac9169e275fe2a282dd2416eaaac4eb5

Fixed by comparing all except last 40 chars (sha1 length) of filenames rather than using strings.HasPrefix.

What

Describe what you have changed and why.

How to review

Describe the steps required to test the changes.

Who can review

Describe who worked on the changes, so that other people can review.