Skip to content

Commit

Permalink
Test copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gus Carreon authored and Gus Carreon committed Sep 17, 2020
1 parent ae39625 commit 0518ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/exchange_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func TestReturnCreativeEndToEnd(t *testing.T) {
},
{
"Bids returnCreative is true, expect valid AdM",
json.RawMessage(`{"prebid":{"cache":{"bids":{"returnCreative":false},"vastXml":{"returnCreative":true}}}}`),
json.RawMessage(`{"prebid":{"cache":{"bids":{"returnCreative":true},"vastXml":{"returnCreative":false}}}}`),
sampleAd,
},
{
Expand Down

0 comments on commit 0518ac1

Please sign in to comment.