prebid / prebid-server

Open-source solution for running real-time advertising auctions in the cloud.
https://prebid.org/product-suite/prebid-server/
Apache License 2.0
424 stars 722 forks source link

Fix: Expect Array Overwrites in Imp FPD Tests #3725

Closed bsardo closed 3 months ago

bsardo commented 3 months ago

A recent change to the util/jsonutil#merge.go function fixed a problem where arrays were being merged instead of overwritten. Recently added Imp FPD tests were expecting merges instead of overwrites and needed to be updated as such.