aboutsummaryrefslogtreecommitdiff
path: root/lib/policy/config/testdata/bad/import_invalid_file.json
blob: c7546c09df8b89dbdf51d183583a375c2fa04e69 (plain)
1
2
3
4
5
6
7
{
  "bots": [
    {
      "import": "(data)/does-not-exist-fake-file.yaml"
    }
  ]
}