Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-venkatraman committed Jan 20, 2021
1 parent 2a982b6 commit 6846e68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions adapters/pulsepoint/pulsepoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func TestOpenRTBRequest(t *testing.T) {
},
},
Ext: json.RawMessage(`{"bidder": {
"cp": "1234",
"ct": "1001"
"cp": 1234,
"ct": 1001
}}`),
}, {
ID: "test-imp-video-id",
Expand All @@ -38,8 +38,8 @@ func TestOpenRTBRequest(t *testing.T) {
MaxDuration: 30,
},
Ext: json.RawMessage(`{"bidder": {
"cp": "1234",
"ct": "2001"
"cp": 1234,
"ct": 2001
}}`),
}},
Site: &openrtb.Site{
Expand Down Expand Up @@ -84,8 +84,8 @@ func TestOpenRTBRequestNoPubProvided(t *testing.T) {
},
},
Ext: json.RawMessage(`{"bidder": {
"cp": "1234",
"ct": "1001"
"cp": 1234,
"ct": 1001
}}`),
},
},
Expand Down

0 comments on commit 6846e68

Please sign in to comment.