Skip to content
Snippets Groups Projects
Commit 195e9e13 authored by Erik Reid's avatar Erik Reid
Browse files

removed ops-db from test config

parent 01a3a550
No related branches found
No related tags found
No related merge requests found
...@@ -28,12 +28,6 @@ def data_config_filename(): ...@@ -28,12 +28,6 @@ def data_config_filename():
with tempfile.NamedTemporaryFile() as f: with tempfile.NamedTemporaryFile() as f:
config = { config = {
"ops-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
"username": "xxxxxx",
"password": "xxxxxxxx"
},
"ssh": { "ssh": {
"username": "uSeR-NaMe", "username": "uSeR-NaMe",
"private-key": "private-key-filename", "private-key": "private-key-filename",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment