Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27174c9

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/WireMockStatusReporterTest.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.