From ee385d82ad1e314ff3b1d2055308f5c660734ba2 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 30 Dec 2025 11:38:29 -0500 Subject: [PATCH] feat: add integration test configuration --- tests/integration/__init__.py | 0 tests/integration/config.test.yaml | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 tests/integration/__init__.py create mode 100644 tests/integration/config.test.yaml 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]