Skip to content

Commit

Permalink
Fix ENV key name.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Mar 8, 2015
1 parent 6edf6cf commit 1d41b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def dummy_response(m, filename, status_code=200):
class TestClient(TestCase):
@classmethod
def setUpClass(cls):
api_key = os.environ.get('MACKEREL_API_KEY')
api_key = os.environ.get('MACKEREL_APIKEY')
cls.client = Client(mackerel_api_key=api_key)
cls.id = 'xxxxxxxxxxx'

Expand Down

0 comments on commit 1d41b3e

Please sign in to comment.