We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd072e commit bb3e78bCopy full SHA for bb3e78b
tests/conftest.py
@@ -233,7 +233,7 @@ async def _make_app(product, custom_attributes={}):
233
"name": app_name,
234
"scopes": [],
235
"status": "approved",
236
- "callbackUrl": "http://example.com",
+ "callbackUrl": "https://example.org/callback",
237
}
238
239
app = devAppAPI.create_app(email="apm-testing-internal-dev@nhs.net", body=body)
0 commit comments