We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb008f5 commit f9b1a03Copy full SHA for f9b1a03
src/test/java/org/kohsuke/github/GHAppExtendedTest.java
@@ -35,12 +35,13 @@ public void getAppBySlugTest() throws IOException {
35
}
36
37
/**
38
- * Tests the create from App Manifest Flow.
+ * Tests App creation via the App Manifest Flow.
39
*
40
* The used code defined below was only valid for a short time, meaning that you can not replay the test against the
41
* GitHub API. Use the stored wire snapshot for executing those tests.
42
43
* @throws IOException
44
+ * An IOException has occurred.
45
*/
46
@Test
47
public void createAppByManifestFlowTest() throws IOException {
0 commit comments