From 634359c413a6ef6f9ee73c9efc6dcb79fc39a2c6 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 14 Jun 2024 09:59:33 -0500 Subject: [PATCH] test: update for new username in deploy fail data --- test/unit/org/scratchOrgSettingsGeneratorTest.ts | 2 ++ 1 file changed, 2 insertions(+) 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(), }); } });