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 f0bd8d7 commit afd312dCopy full SHA for afd312d
test/shared/orgListUtil.test.ts
@@ -176,8 +176,6 @@ describe('orgListUtil tests', () => {
176
expect(retrieveScratchOrgInfoFromDevHubStub.calledOnce).to.be.true;
177
expect(spies.get('reduceScratchOrgInfo').calledOnce).to.be.true;
178
expect(orgGroups.scratchOrgs[0].signupUsername).to.equal(orgAuthConfigFields.username);
179
- // current default on every scratch org, warning in v51, deprecation in v52
180
- expect(orgGroups.scratchOrgs[0].connectedStatus).to.equal('Unknown');
181
expect(orgGroups.scratchOrgs[0]).to.include.keys([
182
'signupUsername',
183
'createdBy',
0 commit comments