test: extend deploy json drift contract to decision center
This commit is contained in:
@@ -59,7 +59,7 @@ const plannedDeployJsonFields = [
|
||||
"runtime.requiredSecretKeys",
|
||||
];
|
||||
|
||||
const phaseTwoExecutorContractServices = new Set(["dev/mdtodo"]);
|
||||
const phaseTwoExecutorContractServices = new Set(["dev/decision-center", "dev/mdtodo"]);
|
||||
|
||||
function assertCondition(condition: unknown, message: string, detail: unknown = {}): void {
|
||||
if (!condition) throw new Error(`${message}: ${JSON.stringify(detail)}`);
|
||||
|
||||
Reference in New Issue
Block a user