Skip to content

Commit ee38487

Browse files
fix: test
1 parent 8d48894 commit ee38487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/db/__tests__/GitHubService.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ describe("Github Service", () => {
10421042
describe("changeRepoPrivacy", () => {
10431043
const refEndpoint = `${siteName}`
10441044
const headers = {
1045-
Authorization: "",
1045+
Authorization: `token ${accessToken}`,
10461046
"Content-Type": "application/json",
10471047
}
10481048
it("should modify the repo privacy accordingly if making repo private", async () => {

0 commit comments

Comments
 (0)