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 b7915e6

Browse filesBrowse files
authored
Merge pull request hub4j#965 from chids/fix-wiremock-status-test
GH docs have moved, adjust assertion accordingly.
2 parents 5377d0d + 586db99 commit b7915e6
Copy full SHA for b7915e6

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
@@ -125,7 +125,7 @@ public void BasicBehaviors_whenProxying() throws Exception {
125125
assertThat(e, Matchers.<Exception>instanceOf(GHFileNotFoundException.class));
126126
assertThat(e.getMessage(),
127127
containsString(
128-
"{\"message\":\"Not Found\",\"documentation_url\":\"https://developer.github.com/v3/repos/#get\"}"));
128+
"{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest/reference/repos#get-a-repository\"}"));
129129
}
130130

131131
@Test

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.