Skip to content

Commit

Permalink
test: update for new username in deploy fail data
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 14, 2024
1 parent 2254fae commit 634359c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/org/scratchOrgSettingsGeneratorTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
});
}
});
Expand Down Expand Up @@ -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(),
});
}
});
Expand Down

0 comments on commit 634359c

Please sign in to comment.