Skip to content

Commit

Permalink
Error message fix (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronikaSolovei9 authored Aug 21, 2023
1 parent 67f24a9 commit eac1a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/openrtb2/video_auction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestVideoEndpointInvalidPrivacyConfig(t *testing.T) {
deps.VideoAuctionEndpoint(recorder, req, nil)

respBytes := recorder.Body.Bytes()
expectedErrorMessage := "Critical error while running the video endpoint: unable to parse condition: bidderA.BidderB.bidderC"
expectedErrorMessage := "Critical error while running the video endpoint: unable to parse component: bidderA.BidderB.bidderC"
assert.Equal(t, expectedErrorMessage, string(respBytes), "error message is incorrect")
}

Expand Down

0 comments on commit eac1a68

Please sign in to comment.