We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef0445 commit c0d6976Copy full SHA for c0d6976
test/index.test.ts
@@ -43,6 +43,11 @@ describe('Community Health App', () => {
43
.get('/app/installations?per_page=100')
44
.reply(200, [])
45
46
+ // Refresh repo details first
47
+ nock('https://api.github.com')
48
+ .get('/repos/my-org/testing-things')
49
+ .reply(200, payload.repository)
50
+
51
nock('https://api.github.com')
52
.get(
53
'/repos/my-org/testing-things/contents/.github/community_health_assessment.yml',
0 commit comments