From f4a7986cfad3ee6ff45634dc9d3efd3accdf286e Mon Sep 17 00:00:00 2001 From: Houkime <> Date: Fri, 28 Oct 2022 12:54:48 +0000 Subject: [PATCH] Remove old cloudflare apiKey field from system test jsons Strangely, no test were broken. Probably more testing is needed for token-dependent methods. --- tests/test_graphql/test_system/no_values.json | 5 +---- tests/test_graphql/test_system/turned_off.json | 5 +---- tests/test_graphql/test_system/undefined.json | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/tests/test_graphql/test_system/no_values.json b/tests/test_graphql/test_system/no_values.json index b903fea..e888ae2 100644 --- a/tests/test_graphql/test_system/no_values.json +++ b/tests/test_graphql/test_system/no_values.json @@ -11,9 +11,6 @@ "bitwarden": { "enable": true }, - "cloudflare": { - "apiKey": "TOKEN" - }, "databasePassword": "PASSWORD", "domain": "test.tld", "hashedMasterPassword": "HASHED_PASSWORD", @@ -60,4 +57,4 @@ "accountKey": "KEY", "bucket": "bucket" } -} \ No newline at end of file +} diff --git a/tests/test_graphql/test_system/turned_off.json b/tests/test_graphql/test_system/turned_off.json index 13c7556..c490a4c 100644 --- a/tests/test_graphql/test_system/turned_off.json +++ b/tests/test_graphql/test_system/turned_off.json @@ -11,9 +11,6 @@ "bitwarden": { "enable": true }, - "cloudflare": { - "apiKey": "TOKEN" - }, "databasePassword": "PASSWORD", "domain": "test.tld", "hashedMasterPassword": "HASHED_PASSWORD", @@ -62,4 +59,4 @@ "accountKey": "KEY", "bucket": "bucket" } -} \ No newline at end of file +} diff --git a/tests/test_graphql/test_system/undefined.json b/tests/test_graphql/test_system/undefined.json index 69ff97c..11dacd7 100644 --- a/tests/test_graphql/test_system/undefined.json +++ b/tests/test_graphql/test_system/undefined.json @@ -11,9 +11,6 @@ "bitwarden": { "enable": true }, - "cloudflare": { - "apiKey": "TOKEN" - }, "databasePassword": "PASSWORD", "domain": "test.tld", "hashedMasterPassword": "HASHED_PASSWORD", @@ -57,4 +54,4 @@ "accountKey": "KEY", "bucket": "bucket" } -} \ No newline at end of file +}