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 0b011ec commit 60cfa21Copy full SHA for 60cfa21
packages/config/tests/api/tests.js
@@ -371,7 +371,7 @@ test('Integrations are not returned if offline', async (t) => {
371
t.assert(config.integrations.length === 0)
372
})
373
374
-test('Integrations and account id are returned if feature flag is false and mode is buildbot', async (t) => {
+test('Integrations and account id are returned if mode is buildbot', async (t) => {
375
const { output } = await new Fixture('./fixtures/base')
376
.withFlags({
377
siteId: 'test',
0 commit comments