github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamoshi/gamoshitest/supplemental/native.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "unsupported-native-request",
     4      "imp": [
     5        {
     6          "id": "unsupported-native-imp",
     7          "native": {
     8            "ver": "1.1"
     9          },
    10          "ext": {
    11            "bidder": {
    12              "supplyPartnerId": "1707"
    13            }
    14          }
    15        }
    16      ]
    17    },
    18  
    19    "expectedMakeRequestsErrors": [
    20      {
    21        "value": "Gamoshi only supports banner and video media types. Ignoring imp id=unsupported-native-imp",
    22        "comparison": "literal"
    23      },
    24      {
    25        "value": "No valid impression in the bid request",
    26        "comparison": "literal"
    27      }
    28    ]
    29  }