Skip to content

Commit

Permalink
Update mocked API response
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed May 22, 2020
1 parent 01cb9b4 commit 4c406fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const MOCK_BLOCKS_RESPONSES = [
{
// Mock response for install
match: ( request ) => matchUrl( request.url(), INSTALL_URLS ),
onRequestMatch: createJSONResponse( true ),
onRequestMatch: createJSONResponse( { success: true } ),
},
{
// Mock the response for the js asset once it gets injected
Expand Down

0 comments on commit 4c406fc

Please sign in to comment.