From 0ab7d84bfa2f48e43e83c1c2ae752280bdda7b36 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 5 Sep 2024 16:47:33 +0200
Subject: [PATCH] MAINT: Remove old file

---
 test/test_data/test_caosdb_client.json | 50 --------------------------
 1 file changed, 50 deletions(-)
 delete mode 100644 test/test_data/test_caosdb_client.json

diff --git a/test/test_data/test_caosdb_client.json b/test/test_data/test_caosdb_client.json
deleted file mode 100644
index 276c542..0000000
--- a/test/test_data/test_caosdb_client.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
-  "connections": {
-    "default": "local-caosdb",
-    "local-caosdb-admin": {
-      "host": "localhost",
-      "port": 8443,
-      "authentication": {
-        "type": "plain",
-        "username": "admin",
-        "password": "caosdb"
-      }
-    },
-    "local-caosdb": {
-      "host": "localhost",
-      "port": 8443,
-      "authentication": {
-        "type": "plain",
-        "username": "me",
-          "password": "secret!"
-      }
-    },
-    "missing": {
-      "host": "localhost",
-      "port": 8443,
-      "server_certificate_path": "/missing",
-      "authentication": {
-        "type": "plain",
-        "username": "me",
-        "password": "secret!"
-      }
-    }
-  },
-  "logging": {
-    "level": "info",
-    "sinks": {
-      "stderr": {
-        "destination": "console"
-      },
-      "file" : {
-        "destination": "file"
-      },
-      "syslog": {
-        "destination": "syslog"
-      }
-    }
-  },
-  "extension": {
-    "this is my": "special option"
-  }
-}
-- 
GitLab