Commit b08d45a
authored
log invalid json (#47546)
### What does this PR do?
log invalid json on error
### Motivation
https://datadoghq.atlassian.net/browse/WINA-2282
seeing flakes with invalid JSON but can't see the JSON, only the unmarshal error
```
invalid character 'i' in literal false (expecting 'l')
```
https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1468689829/raw
Co-authored-by: branden.clark <branden.clark@datadoghq.com>1 parent f301c25 commit b08d45a
File tree
1 file changed
+4
-1
lines changed- test/new-e2e/tests/installer/windows/remote-host-assertions
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments