Skip to content

Commit

Permalink
updated test url to avoid future changes in multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-ved committed Sep 10, 2024
1 parent b00e873 commit 637b084
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion adapters/lemmadigital/lemmadigital_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func TestJsonSamples(t *testing.T) {
bidder, buildErr := Builder(openrtb_ext.BidderLemmadigital, config.Adapter{
Endpoint: "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid={{.PublisherID}}&aid={{.AdUnit}}"}, config.Server{ExternalUrl: "http://hosturl.com", GvlID: 1, DataCenter: "2"})
Endpoint: "https://test.lemmaurl.com/lemma/servad?src=prebid&pid={{.PublisherID}}&aid={{.AdUnit}}"}, config.Server{ExternalUrl: "http://hosturl.com", GvlID: 1, DataCenter: "2"})

if buildErr != nil {
t.Fatalf("Builder returned unexpected error %v", buildErr)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"id": "test-request-id",
"imp": [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"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://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"id": "test-request-id-video",
"imp": [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"app": {
"bundle": "com.ld.test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"id": "test-request-id-video",
"imp": [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"id": "test-request-id-video",
"imp": [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"id": "test-request-id-video",
"imp": [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"httpCalls": [{
"expectedRequest": {
"uri": "https://pbid.lemmamedia.com/lemma/servad?src=prebid&pid=1&aid=1",
"uri": "https://test.lemmaurl.com/lemma/servad?src=prebid&pid=1&aid=1",
"body": {
"id": "test-request-id-video",
"imp": [{
Expand Down

0 comments on commit 637b084

Please sign in to comment.