Skip to content

Commit

Permalink
Merge pull request #1713 from AstroTlaloc/02-fix-test-url
Browse files Browse the repository at this point in the history
Github docs change the documentation url
  • Loading branch information
bitwiseman authored Oct 19, 2023
2 parents 320416d + 88f8b6f commit 27174c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void BasicBehaviors_whenProxying() throws Exception {
assertThat(e, Matchers.<Exception>instanceOf(GHFileNotFoundException.class));
assertThat(e.getMessage(),
containsString(
"{\"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\"}"));
}

/**
Expand Down

0 comments on commit 27174c9

Please sign in to comment.