Skip to content

Commit

Permalink
Update convert_up_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Feb 19, 2025
1 parent 49be195 commit 3e570ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openrtb_ext/convert_up_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func TestMoveEIDFrom25To26(t *testing.T) {
givenRequest: openrtb2.BidRequest{
User: &openrtb2.User{
EIDs: []openrtb2.EID{{Source: "1"}},
Ext: json.RawMessage(`{"eids":[{"source":"2"}]}`),
Ext: eid2Json,
},
},
expectedRequest: openrtb2.BidRequest{
Expand All @@ -392,7 +392,7 @@ func TestMoveEIDFrom25To26(t *testing.T) {
givenRequest: openrtb2.BidRequest{
User: &openrtb2.User{
EIDs: []openrtb2.EID{{Source: "1"}},
Ext: json.RawMessage(`{"eids":[{"source":"1"}]}`),
Ext: eid1Json,
},
},
expectedRequest: openrtb2.BidRequest{
Expand Down

0 comments on commit 3e570ac

Please sign in to comment.