diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/integration/config.test.yaml b/tests/integration/config.test.yaml new file mode 100644 index 0000000..068bfba --- /dev/null +++ b/tests/integration/config.test.yaml @@ -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]