Remove old cloudflare apiKey field from system test jsons

Strangely, no test were broken. Probably more testing is needed for
token-dependent methods.
pull/19/head
Houkime 2022-10-28 12:54:48 +00:00
parent 2ec0548c09
commit f4a7986cfa
3 changed files with 3 additions and 12 deletions

View File

@ -11,9 +11,6 @@
"bitwarden": { "bitwarden": {
"enable": true "enable": true
}, },
"cloudflare": {
"apiKey": "TOKEN"
},
"databasePassword": "PASSWORD", "databasePassword": "PASSWORD",
"domain": "test.tld", "domain": "test.tld",
"hashedMasterPassword": "HASHED_PASSWORD", "hashedMasterPassword": "HASHED_PASSWORD",
@ -60,4 +57,4 @@
"accountKey": "KEY", "accountKey": "KEY",
"bucket": "bucket" "bucket": "bucket"
} }
} }

View File

@ -11,9 +11,6 @@
"bitwarden": { "bitwarden": {
"enable": true "enable": true
}, },
"cloudflare": {
"apiKey": "TOKEN"
},
"databasePassword": "PASSWORD", "databasePassword": "PASSWORD",
"domain": "test.tld", "domain": "test.tld",
"hashedMasterPassword": "HASHED_PASSWORD", "hashedMasterPassword": "HASHED_PASSWORD",
@ -62,4 +59,4 @@
"accountKey": "KEY", "accountKey": "KEY",
"bucket": "bucket" "bucket": "bucket"
} }
} }

View File

@ -11,9 +11,6 @@
"bitwarden": { "bitwarden": {
"enable": true "enable": true
}, },
"cloudflare": {
"apiKey": "TOKEN"
},
"databasePassword": "PASSWORD", "databasePassword": "PASSWORD",
"domain": "test.tld", "domain": "test.tld",
"hashedMasterPassword": "HASHED_PASSWORD", "hashedMasterPassword": "HASHED_PASSWORD",
@ -57,4 +54,4 @@
"accountKey": "KEY", "accountKey": "KEY",
"bucket": "bucket" "bucket": "bucket"
} }
} }