"user", "user", "", "*/1 * * * *", "retest this please", false, false, false, false, null, null, false
);
given(commitPointer.getSha()).willReturn("sha");
JSONObject jsonObject = provideConfiguration();
jenkinsRule.getPluginManager().getPlugin(GHPRB_PLUGIN_NAME).getPlugin().configure(null, jsonObject);
project.addProperty(new GithubProjectProperty("https://github.com/user/dropwizard"));
given(ghPullRequest.getNumber()).willReturn(1);
// Creating spy on ghprb, configuring repo
Ghprb ghprb = spy(trigger.createGhprb(project));
doReturn(ghprbGitHub).when(ghprb).getGitHub();