Skip to content

Commit 6e0da86

Browse files
[ERSSUP-XXXXX]-[]-[Attempt to fix callback url error]-[DMW]
1 parent ff27c62 commit 6e0da86

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)