tests: add test record

This commit is contained in:
barredterra 2020-08-13 20:57:51 +02:00
parent 39440027bb
commit 58a66b0cdc

View 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"
}
]
}
]