Remove STORAGE_PROVIDER from test config

This commit is contained in:
richard-dds 2019-11-12 16:42:49 -05:00
parent 4a66bf4d29
commit 6a1e1b8de8
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"files": "^.secrets.baseline$|^.*pgsslrootcert.yml$", "files": "^.secrets.baseline$|^.*pgsslrootcert.yml$",
"lines": null "lines": null
}, },
"generated_at": "2019-11-07T21:45:03Z", "generated_at": "2019-11-12T21:42:30Z",
"plugins_used": [ "plugins_used": [
{ {
"base64_limit": 4.5, "base64_limit": 4.5,
@ -17,6 +17,7 @@
"name": "HexHighEntropyString" "name": "HexHighEntropyString"
}, },
{ {
"keyword_exclude": null,
"name": "KeywordDetector" "name": "KeywordDetector"
}, },
{ {
@ -174,7 +175,7 @@
} }
] ]
}, },
"version": "0.12.7", "version": "0.13.0",
"word_list": { "word_list": {
"file": null, "file": null,
"hash": null "hash": null

View File

@ -4,6 +4,5 @@ ENVIRONMENT = test
PGDATABASE = atat_test PGDATABASE = atat_test
CRL_STORAGE_CONTAINER = tests/fixtures/crl CRL_STORAGE_CONTAINER = tests/fixtures/crl
WTF_CSRF_ENABLED = false WTF_CSRF_ENABLED = false
STORAGE_PROVIDER=LOCAL
PRESERVE_CONTEXT_ON_EXCEPTION = false PRESERVE_CONTEXT_ON_EXCEPTION = false
CSP=mock-test CSP=mock-test