diff --git a/packages/cli/src/utils.ts b/packages/cli/src/utils.ts index 20bb25ddc..414f22b00 100644 --- a/packages/cli/src/utils.ts +++ b/packages/cli/src/utils.ts @@ -811,7 +811,6 @@ function destructZonefile(zonefile: string) { export function subdomainOpToZFPieces(operation: SubdomainOp) { const destructedZonefile = destructZonefile(operation.zonefile); const txt = [ - operation.subdomainName, `owner=${operation.owner}`, `seqn=${operation.sequenceNumber}`, `parts=${destructedZonefile.length}`, diff --git a/packages/cli/tests/cli.test.ts b/packages/cli/tests/cli.test.ts index 461bcc6b4..1836159b2 100644 --- a/packages/cli/tests/cli.test.ts +++ b/packages/cli/tests/cli.test.ts @@ -279,7 +279,7 @@ describe('Subdomain Migration', () => { 'sound idle panel often situate develop unit text design antenna vendor screen opinion balcony share trigger accuse scatter visa uniform brass update opinion media', 'test2.id.stx', // Subdomain to be migrated 'ST3Q2T3380WE1K5PW72R6R76Q8HRPEK8HR02W6V1M', // Owner mismatch - 'No subdomains selected. Canceling...', // expected output, not migrated due to owner mismatch + 'No subdomains found or selected. Canceling...', // expected output, not migrated due to owner mismatch false, ], ];