From d5271bdec59add644adfecc2d84fbe8cd99c860d Mon Sep 17 00:00:00 2001 From: Rinat Khaziev Date: Mon, 9 Dec 2024 14:14:32 -0600 Subject: [PATCH] Add blogId=1 in DevEnvSyncSQL test case to match the data returned by sds --- __tests__/commands/dev-env-sync-sql.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/__tests__/commands/dev-env-sync-sql.ts b/__tests__/commands/dev-env-sync-sql.ts index 72ad0813a..96c05150b 100644 --- a/__tests__/commands/dev-env-sync-sql.ts +++ b/__tests__/commands/dev-env-sync-sql.ts @@ -30,6 +30,10 @@ describe( 'commands/DevEnvSyncSQLCommand', () => { name: 'test-env', wpSitesSDS: { nodes: [ + { + blogId: 1, + homeUrl: 'https://test.go-vip.com', + }, { blogId: 2, homeUrl: 'https://subsite.com',