diff --git a/adapters/ortbbidder/requestBuilder_test.go b/adapters/ortbbidder/requestBuilder_test.go index 7dada8b95db..5794f9f1368 100644 --- a/adapters/ortbbidder/requestBuilder_test.go +++ b/adapters/ortbbidder/requestBuilder_test.go @@ -29,16 +29,16 @@ func TestParseRequest(t *testing.T) { args args want want }{ - // { - // name: "request_is_nil", - // args: args{ - // request: nil, - // }, - // want: want{ - // err: errImpMissing, - // rawRequest: json.RawMessage(`null`), - // }, - // }, + { + name: "request_is_nil", + args: args{ + request: nil, + }, + want: want{ + err: errImpMissing, + rawRequest: json.RawMessage(`null`), + }, + }, { name: "request_is_valid", args: args{