mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Ensure a use case required by github-plugin is valid
This commit is contained in:
@@ -212,6 +212,7 @@ public class GHEventPayloadTest {
|
||||
assertThat(event.getCommits().get(0).getModified().get(0), is("README.md"));
|
||||
assertThat(event.getRepository().getName(), is("public-repo"));
|
||||
assertThat(event.getRepository().getOwner().getLogin(), is("baxterthehacker"));
|
||||
assertThat(event.getRepository().getUrl().toExternalForm(), is("https://github.com/baxterthehacker/public-repo"));
|
||||
assertThat(event.getSender().getLogin(), is("baxterthehacker"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user