Skip to content

Commit 27174c9

Browse files
authored
Merge pull request #1713 from AstroTlaloc/02-fix-test-url
Github docs change the documentation url
2 parents 320416d + 88f8b6f commit 27174c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/kohsuke/github/WireMockStatusReporterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public void BasicBehaviors_whenProxying() throws Exception {
147147
assertThat(e, Matchers.<Exception>instanceOf(GHFileNotFoundException.class));
148148
assertThat(e.getMessage(),
149149
containsString(
150-
"{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest/reference/repos#get-a-repository\"}"));
150+
"{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest/repos/repos#get-a-repository\"}"));
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)