We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ed23e commit 0a935ffCopy full SHA for 0a935ff
src/test/java/org/kohsuke/github/WireMockStatusReporterTest.java
@@ -147,7 +147,7 @@ public void BasicBehaviors_whenProxying() throws Exception {
147
assertThat(e, Matchers.<Exception>instanceOf(GHFileNotFoundException.class));
148
assertThat(e.getMessage(),
149
containsString(
150
- "{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest/reference/repos#get-a-repository\"}"));
+ "{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest/repos/repos#get-a-repository\"}"));
151
}
152
153
/**
0 commit comments