(refactor) Rename gitHubBeforeAfter to nonRecordingGitHub #1076

[#1076]
This commit is contained in:
Akash Rindhe
2021-04-18 18:41:10 +08:00
parent 649d7ed87f
commit 092815747a
19 changed files with 36 additions and 36 deletions

View File

@@ -29,7 +29,7 @@ public class GHContentIntegrationTest extends AbstractGitHubWireMockTest {
@After
public void cleanup() throws Exception {
if (mockGitHub.isUseProxy()) {
repo = getGitHubBeforeAfter().getRepository("hub4j-test-org/GHContentIntegrationTest");
repo = getNonRecordingGitHub().getRepository("hub4j-test-org/GHContentIntegrationTest");
try {
GHContent content = repo.getFileContent(createdFilename);
if (content != null) {