tests: add test record
This commit is contained in:
parent
39440027bb
commit
58a66b0cdc
1 changed files with 15 additions and 0 deletions
15
frappe/integrations/doctype/connected_app/test_records.json
Normal file
15
frappe/integrations/doctype/connected_app/test_records.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[
|
||||
{
|
||||
"doctype": "Connected App",
|
||||
"provider_name": "frappe",
|
||||
"base_url": "http://localhost:8000",
|
||||
"client_id": "test_client_id",
|
||||
"client_secret": "test_client_secret",
|
||||
"redirect_uri": "http://localhost:8000/api/method/frappe.integrations.doctype.connected_app.connected_app.callback/frappe",
|
||||
"scopes": [
|
||||
{
|
||||
"scope": "all"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue