Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Badi committed Jun 21, 2016
1 parent e6fe94c commit 943ec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import unittest
import mailjet_rest.client
from mailjet_rest import Client
import os

API_KEY = os.environ['MJ_APIKEY_PUBLIC']
API_SECRET = os.environ['MJ_APIKEY_PRIVATE']

mj = mailjet.Client(auth=(API_KEY, API_SECRET))
mj = Client(auth=(API_KEY, API_SECRET))

class TestSuite(unittest.TestCase):

Expand Down

0 comments on commit 943ec19

Please sign in to comment.