mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Init the perf platform client, add logs and refactor payload methods
This commit is contained in:
@@ -17,7 +17,7 @@ def client(mocker):
|
||||
client = PerformancePlatformClient()
|
||||
current_app = mocker.Mock(config={
|
||||
'PERFORMANCE_PLATFORM_ENABLED': True,
|
||||
'PERFORMANCE_PLATFORM_URL': 'performance-platform-url',
|
||||
'PERFORMANCE_PLATFORM_URL': 'https://performance-platform-url/',
|
||||
'PERFORMANCE_PLATFORM_TOKEN': 'token'
|
||||
})
|
||||
client.init_app(current_app)
|
||||
|
||||
Reference in New Issue
Block a user