Fix from number on Load testing client

This commit is contained in:
Martyn Inglis
2016-09-23 10:31:18 +01:00
parent 54c28a4bea
commit 124487f204

View File

@@ -18,7 +18,7 @@ class LoadtestingClient(FiretextClient):
super(FiretextClient, self).__init__(*args, **kwargs)
self.current_app = current_app
self.api_key = config.config.get('LOADTESTING_API_KEY')
self.from_number = config.config.get('LOADTESTING_NUMBER')
self.from_number = config.config.get('FROM_NUMBER')
self.name = 'loadtesting'
self.url = "https://www.firetext.co.uk/api/sendsms/json"
self.statsd_client = statsd_client