Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henel677 committed Jul 23, 2020
1 parent 57e51b6 commit 4f5b0db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ describes.realWin('AmpFetcher', {amp: true}, (env) => {
credentials: 'include',
body: expectedBodyString,
});
return Promise.resolve({});
});

fetcher.sendBeacon(sentUrl, sentMessage);
Expand All @@ -111,6 +110,7 @@ describes.realWin('AmpFetcher', {amp: true}, (env) => {
credentials: 'include',
body: expectedBodyString,
});
return Promise.resolve({});
});

fetcher.sendPost(sentUrl, sentMessage);
Expand Down

0 comments on commit 4f5b0db

Please sign in to comment.