Skip to content

Commit ef9d14f

Browse files
committed
fix copy pasta error
1 parent fcb9daa commit ef9d14f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/test/resources/org/prebid/server/it/openrtb2/360playvid/test-auction-360playvid-request.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"h": 250
99
},
1010
"ext": {
11-
"teqblaze": {
11+
"360playvid": {
1212
"placementId": "testPlacementId"
1313
}
1414
}
@@ -20,4 +20,4 @@
2020
"gdpr": 0
2121
}
2222
}
23-
}
23+
}

src/test/resources/org/prebid/server/it/openrtb2/360playvid/test-auction-360playvid-response.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"prebid": {
1616
"type": "banner",
1717
"meta": {
18-
"adaptercode": "teqblaze"
18+
"adaptercode": "360playvid"
1919
}
2020
}
2121
}
2222
}
2323
],
24-
"seat": "teqblaze",
24+
"seat": "360playvid",
2525
"group": 0
2626
}
2727
],
2828
"cur": "USD",
2929
"ext": {
3030
"responsetimemillis": {
31-
"teqblaze": "{{ teqblaze.response_time_ms }}"
31+
"360playvid": "{{ 360playvid.response_time_ms }}"
3232
},
3333
"prebid": {
3434
"auctiontimestamp": 0
3535
},
3636
"tmaxrequest": 5000
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)