mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 23:23:12 -04:00
investigate test fail
This commit is contained in:
@@ -7,6 +7,8 @@ class InboundNumberClient(NotifyAdminAPIClient):
|
|||||||
super().__init__("a" * 73, "b")
|
super().__init__("a" * 73, "b")
|
||||||
|
|
||||||
def init_app(self, app):
|
def init_app(self, app):
|
||||||
|
import pdb
|
||||||
|
pdb.set_trace()
|
||||||
self.base_url = app.config['API_HOST_NAME']
|
self.base_url = app.config['API_HOST_NAME']
|
||||||
self.service_id = app.config['ADMIN_CLIENT_USER_NAME']
|
self.service_id = app.config['ADMIN_CLIENT_USER_NAME']
|
||||||
self.api_key = app.config['ADMIN_CLIENT_SECRET']
|
self.api_key = app.config['ADMIN_CLIENT_SECRET']
|
||||||
|
|||||||
2732
package-lock.json
generated
2732
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user