Skip to content

Commit 7e861f1

Browse files
chore: test fix because of development changes
1 parent 671f0fc commit 7e861f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/migration/related/ExperienceSiteMigration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ describe('ExperienceSiteMigration', () => {
668668
expect(result.hasOmnistudioContent).to.be.true;
669669
expect(result.warnings).to.have.length(1);
670670
expect(result.warnings[0]).to.include('needs manual intervention');
671-
expect(result.status).to.equal('Can be Automated');
671+
expect(result.status).to.equal('Errors');
672672
});
673673
});
674674
});

0 commit comments

Comments
 (0)