Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
product-trustedstack committed Apr 18, 2024
1 parent 46aa06f commit bb8f29b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "some-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"httpCalls": [{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"id": "test-request-id",
"imp": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"httpCalls": [
{
"expectedRequest": {
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
"uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
"body": {
"app": {
"bundle": "com.example.app"
Expand Down

0 comments on commit bb8f29b

Please sign in to comment.