Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pubmatic-Dhruv-Sonone committed Dec 22, 2024
1 parent dfc26e7 commit f952f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/openrtb2/auction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5301,7 +5301,7 @@ func TestSetSeatNonBidRaw(t *testing.T) {
},
},
{
name: "returnallbistatus is true, update seatnonbid in nil responseExt",
name: "returnallbidstatus is true, update seatnonbid in nil responseExt",
args: args{
request: &openrtb_ext.RequestWrapper{BidRequest: &openrtb2.BidRequest{Ext: []byte(`{"prebid": { "returnallbidstatus" : true }}`)}},
response: &openrtb2.BidResponse{Ext: nil},
Expand Down

0 comments on commit f952f90

Please sign in to comment.