Skip to content

Commit 9c843e9

Browse files
authored
Update src/test/java/org/kohsuke/github/AppTest.java
1 parent 0795bf2 commit 9c843e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/org/kohsuke/github/AppTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,12 @@ public boolean apply(GHDeployKey deployKey) {
13031303
}
13041304
}
13051305

1306+
/**
1307+
* Test add deploy key read-only.
1308+
*
1309+
* @throws IOException
1310+
* Signals that an I/O exception has occurred.
1311+
*/
13061312
@Test
13071313
public void testAddDeployKeyAsReadOnly() throws IOException {
13081314
GHRepository myRepository = getTestRepository();

0 commit comments

Comments
 (0)