Page MenuHomePhabricator

Unit tests in the orchestrator should be independent of each other
Open, MediumPublic

Description

Currently all the unit tests in mswOrchestrateTest.js share a common Canned responses object. This makes it easy to have collisions in ZIDs between the various tests that make them hard to maintain. Ideally each test should be side-effect free and independent from all the other ones.