src/test-integration/kotlin/org/jetbrains/teamcity/github/GitHubWebHookSuggestionTest.kt [49:58]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val p1 = myFixture.createProject("P1") val bt1 = registerBuildType("BT1", p1, "Ant") val vcs = addGitVcsRoot(p1, "https://github.com/%owner%/%name%") bt1.addVcsRoot(vcs) bt1.addParameter(SimpleParameter("owner", "A")) bt1.addParameter(SimpleParameter("name", "B")) addGitHubConnection(p1) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/test-integration/kotlin/org/jetbrains/teamcity/github/IntegrationUtilTest.kt [115:123]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val p1 = myFixture.createProject("P1") val bt1 = registerBuildType("BT1", p1, "Ant") val vcs = addGitVcsRoot(p1, "https://github.com/%owner%/%name%") bt1.addVcsRoot(vcs) bt1.addParameter(SimpleParameter("owner", "A")) bt1.addParameter(SimpleParameter("name", "B")) addGitHubConnection(p1) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -