feat: add integration test configuration
This commit is contained in:
0
tests/integration/__init__.py
Normal file
0
tests/integration/__init__.py
Normal file
12
tests/integration/config.test.yaml
Normal file
12
tests/integration/config.test.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
documents:
|
||||||
|
test-doc:
|
||||||
|
url: http://mock-grist:8484
|
||||||
|
doc_id: test-doc-id
|
||||||
|
api_key: test-api-key
|
||||||
|
|
||||||
|
tokens:
|
||||||
|
- token: test-token
|
||||||
|
name: test-agent
|
||||||
|
scope:
|
||||||
|
- document: test-doc
|
||||||
|
permissions: [read, write, schema]
|
||||||
Reference in New Issue
Block a user