Skip to content

Commit

Permalink
Fix JSON response in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymadon committed Jan 3, 2025
1 parent 99f56bc commit 49527b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe( 'ReaderRevenueManagerSetupCTABanner', () => {
fetchMock.postOnce(
RegExp( '^/google-site-kit/v1/core/user/data/dismiss-prompt' ),
{
body: 'rrm-setup-notification',
body: JSON.stringify( [ 'rrm-setup-notification' ] ),
status: 200,
}
);
Expand Down

0 comments on commit 49527b5

Please sign in to comment.