Skip to content

Commit

Permalink
test: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 31, 2020
1 parent d48f560 commit 96749b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rest-endpoint-methods.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe("REST API endpoint methods", () => {
});
});

it("octokit.repos.addProtectedBranchRequiredStatusChecksContexts()", async () => {
it("octokit.repos.addProtectedBranchRequiredStatusChecksContexts(): `contexts` option value is sent as request body without namespace", async () => {
const mock = fetchMock.sandbox().postOnce(
"https://api.github.com/repos/octocat/hello-world/branches/latest/protection/required_status_checks/contexts",
{ ok: true },
Expand Down

0 comments on commit 96749b9

Please sign in to comment.