From 6822767b2aa19a70b9bb18a014481c1c103179d3 Mon Sep 17 00:00:00 2001
From: Klaas <kliffen@astron.nl>
Date: Fri, 16 Dec 2022 11:47:44 +0100
Subject: [PATCH] Add processing site

---
 ldvspec/fixtures/test-env.json | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 ldvspec/fixtures/test-env.json

diff --git a/ldvspec/fixtures/test-env.json b/ldvspec/fixtures/test-env.json
new file mode 100644
index 00000000..2aacd624
--- /dev/null
+++ b/ldvspec/fixtures/test-env.json
@@ -0,0 +1 @@
+[{"model": "lofardata.atdbprocessingsite", "pk": "Test", "fields": {"url": "https://sdc-dev.astron.nl:5554/atdb/", "access_token": "69dacb47030d0dc7ef412ee53765c5066adeeee4"}}, {"model": "lofardata.dataproductfilter", "pk": 1, "fields": {"field": "obs_id", "name": "SAS Id", "lookup_type": "exact", "filter_type": "Free"}}]
\ No newline at end of file
-- 
GitLab