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 6e90832 commit 30662a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/test/java/org/kohsuke/github/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.google.common.base.Predicate;
import com.google.common.collect.Iterables;

import org.apache.commons.io.IOUtils;
import org.junit.Ignore;
import org.junit.Test;
Expand Down
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 30662a0

Please sign in to comment.