Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed May 14, 2024
1 parent 07390b7 commit 6182823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/integration/wp-module-support/MockApi.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const homepages_mock = require( '../../fixtures/homepages.json' );
const theme_style_mock = require( '../../fixtures/theme-style.json' );
const customize_data_mock = require( '../../fixtures/customize-data.json' );
const homepage_regenerate_mock = require( '../../fixtures/homepage-regenerate.json' );
const migate_connect_mock = require( '../../fixtures/migrate-connect.json' );
const migrate_connect_mock = require( '../../fixtures/migrate-connect.json' );

export const apiList = {
sitegen:
Expand Down Expand Up @@ -99,7 +99,7 @@ export const migrationConnection = ( req ) => {
req.reply( {
method: 'GET',
statusCode: 200,
body: migate_connect_mock,
body: migrate_connect_mock,
delay: 8000,
} );
};

0 comments on commit 6182823

Please sign in to comment.