Skip to content

Commit 0a935ff

Browse files
committed
Github docs change the documentation url
1 parent 36ed23e commit 0a935ff

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)