Skip to content

Commit

Permalink
rename twitter token secret env
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed May 26, 2014
1 parent 7835a03 commit bab916a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/README.md
Expand Up @@ -16,7 +16,7 @@ Please these define Node environment variables:
* ``TWITTER_CONSUMER_PUBLIC``
* ``TWITTER_CONSUMER_SECRET``
* ``TWITTER_TOKEN_PUBLIC``
* ``TWITTER_SECRET_SECRET``
* ``TWITTER_TOKEN_SECRET``
* ``FLICKR_CONSUMER_PUBLIC``
* ``FLICKR_CONSUMER_SECRET``
* ``FLICKR_TOKEN_PUBLIC``
Expand Down
2 changes: 1 addition & 1 deletion test/services/twitter.js
Expand Up @@ -13,7 +13,7 @@ describe("Twitter Personal Consumer", function() {

var token = {
public: process.env.TWITTER_TOKEN_PUBLIC,
secret: process.env.TWITTER_SECRET_SECRET
secret: process.env.TWITTER_TOKEN_SECRET
};

describe("#Get user timeline", function() {
Expand Down

0 comments on commit bab916a

Please sign in to comment.