Skip to content

Commit

Permalink
[JENKINS-40833] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 12, 2017
1 parent 0bf0ad3 commit 0f11bca
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -201,6 +201,9 @@ public void fetchActions() throws Exception {
Matchers.<Action>is(
new ObjectMetadataAction(null, "You only live once", "http://yolo.example.com")
),
Matchers.<Action>is(
new GitHubDefaultBranch("cloudbeers", "yolo", "master")
),
instanceOf(GitHubRepoMetadataAction.class),
Matchers.<Action>is(new GitHubLink("icon-github-repo", "https://github.com/cloudbeers/yolo"))));
}
Expand Down

0 comments on commit 0f11bca

Please sign in to comment.