Skip to content

Commit dc1ef0f

Browse files
Merge pull request #2074 from NHSDigital/feature/ERSSUP-81819
Feature/erssup 81819
2 parents fc59531 + 1f31000 commit dc1ef0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async def _make_app(product, custom_attributes={}):
233233
"name": app_name,
234234
"scopes": [],
235235
"status": "approved",
236-
"callbackUrl": "http://example.com",
236+
"callbackUrl": "https://example.org/callback",
237237
}
238238

239239
app = devAppAPI.create_app(email="[email protected]", body=body)

0 commit comments

Comments
 (0)