Skip to content

Commit

Permalink
update client integration tests to use kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
leohemsted committed Nov 14, 2016
1 parent 756026e commit 6946728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def get_all_notifications(client):

if __name__ == "__main__":
client = NotificationsAPIClient(
os.environ['NOTIFY_API_URL'],
os.environ['SERVICE_ID'],
os.environ['API_KEY']
base_url=os.environ['NOTIFY_API_URL'],
service_id=os.environ['SERVICE_ID'],
api_key=os.environ['API_KEY']
)

sms_id = send_sms_notification_test_response(client)
Expand Down

0 comments on commit 6946728

Please sign in to comment.