Skip to content

Commit

Permalink
Removed permission field
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh Mathad authored and bitwiseman committed Nov 19, 2019
1 parent 23c1e8f commit bae2f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "POST",
"bodyPatterns": [
{
"equalToJson": "{\"name\":\"create-team-test\",\"repo_names\":[\"github-api-test-org/github-api\"],\"permission\":\"push\"}",
"equalToJson": "{\"name\":\"create-team-test\",\"repo_names\":[\"github-api-test-org/github-api\"]}",
"ignoreArrayOrder": true,
"ignoreExtraElements": true
}
Expand Down

0 comments on commit bae2f19

Please sign in to comment.