Last active
June 12, 2018 19:16
-
-
Save astrotars/1c48a6ec87ff2ad31916ee0ced99968d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nock(config.stream.baseUrl) | |
.get(/winds_article_recommendations/) | |
.reply(200, { results: [{foreign_id:`article:${article.id}`}] }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment