Skip to content

Commit 60cfa21

Browse files
committed
chore: change test name
1 parent 0b011ec commit 60cfa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/tests/api/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ test('Integrations are not returned if offline', async (t) => {
371371
t.assert(config.integrations.length === 0)
372372
})
373373

374-
test('Integrations and account id are returned if feature flag is false and mode is buildbot', async (t) => {
374+
test('Integrations and account id are returned if mode is buildbot', async (t) => {
375375
const { output } = await new Fixture('./fixtures/base')
376376
.withFlags({
377377
siteId: 'test',

0 commit comments

Comments
 (0)