Skip to content

Commit eb29a98

Browse files
fix: test
1 parent fcaeca0 commit eb29a98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/migration/omniscript-standard-datamodel.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ describe('OmniScript Standard Data Model (Metadata API Disabled) - Assessment an
536536
expect(result.dependenciesIP[0].name).to.equal('API-Gateway_Customer@Info!');
537537

538538
// DataRaptor dependencies include: bundle from DRAction + preTransformBundle & postTransformBundle from IPAction
539-
expect(result.dependenciesDR).to.have.lengthOf(3);
539+
// Note: 'Customer-Data@Loader!' appears in both DRAction and IPAction.preTransformBundle, but is deduplicated
540+
expect(result.dependenciesDR).to.have.lengthOf(2);
540541
expect(result.dependenciesDR.map((d) => d.name)).to.include.members([
541542
'Customer-Data@Loader!',
542543
'Product#Info$Extractor',

0 commit comments

Comments
 (0)