Merge pull request #12 from Techbrunch/master

Add jira-service-desk-signup template
patch-1
bauthard 2020-04-07 02:08:23 +05:30 committed by GitHub
commit d8166c8c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
id: jira-service-desk-signup
info:
name: Jira Service Desk Signup
author: TechbrunchFR
severity: medium
requests:
- method: POST
path:
- "{{BaseURL}}/servicedesk/customer/user/signup"
headers:
Content-Type: application/json
body: '{"email":"invalid","signUpContext":{},"secondaryEmail":"","usingNewUi":true}'
matchers:
- type: word
words:
- 'valid'
- type: status
status:
- 400