Skip to content

Commit

Permalink
Update env variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bloomer committed Mar 6, 2018
1 parent 942a42b commit 5430362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_gts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class GithubTrafficStatsTest(unittest.TestCase):

def setUp(self):
self.username = "anthonybloomer"
self.auth_pair = (self.username, os.environ.get('GITHUB_PASSWORD'))
self.auth_pair = (self.username, os.environ.get('github_pass'))

self.traffic_headers = {'Accept': 'application/vnd.github.spiderman-preview'}

def test_send_request(self):
Expand Down

0 comments on commit 5430362

Please sign in to comment.