Skip to content

Commit

Permalink
Add blogId=1 in DevEnvSyncSQL test case to match the data returned by…
Browse files Browse the repository at this point in the history
… sds
  • Loading branch information
rinatkhaziev committed Dec 9, 2024
1 parent 8de9597 commit d5271bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/commands/dev-env-sync-sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d5271bd

Please sign in to comment.