diff --git a/test/unit/org/scratchOrgSettingsGeneratorTest.ts b/test/unit/org/scratchOrgSettingsGeneratorTest.ts index b7b1088d1..3696750e3 100644 --- a/test/unit/org/scratchOrgSettingsGeneratorTest.ts +++ b/test/unit/org/scratchOrgSettingsGeneratorTest.ts @@ -307,6 +307,7 @@ describe('scratchOrgSettingsGenerator', () => { problem: 'settings/True.settings is not a valid metadata object. Check the name and casing of the file', }, }, + username: scratchOrg.getUsername(), }); } }); @@ -369,6 +370,7 @@ describe('scratchOrgSettingsGenerator', () => { problem: 'settings/True.settings is not a valid metadata object. Check the name and casing of the file', }, }, + username: scratchOrg.getUsername(), }); } });