1id: cli-with-constants 2 3info: 4 name: Cli Var with Constants 5 author: pdteam 6 severity: info 7 8constants: 9 test: test-in-template 10 11http: 12 - method: GET 13 path: 14 - "{{BaseURL}}?p={{test}}" 15 matchers: 16 - type: word 17 words: 18 - "test-in-template" 19