the request response i got: ```{"baseProperties":[...
# pact-net
f
the request response i got:
Copy code
{
  "baseProperties": [
    {
      "dataType": "Text",
      "defaultValue": "",
      "value": "",
      "valueOrigin": "EnvironmentLevelOverride",
      "isSecret": false,
      "secretKey": null,
      "key": "OutSystems:Application:Key"
    },
    {
      "dataType": "Text",
      "defaultValue": "",
      "value": "My Test",
      "valueOrigin": "EnvironmentLevelOverride",
      "isSecret": false,
      "secretKey": null,
      "key": "OutSystems:Application:Name"
    },
    {
      "dataType": "Text",
      "defaultValue": "",
      "value": "",
      "valueOrigin": "EnvironmentLevelOverride",
      "isSecret": false,
      "secretKey": null,
      "key": "OutSystems:Application:Description"
    }
  ]
}
nobody that can help me?
m
hmm that pact contents looks correct to my eyes
Are you saying your actual response is what’s above? Could you please set the log level to debug and share (as a file here) what the verifier is seeing?
f
ok