Skip to content

Commit

Permalink
fix: remove of connection params
Browse files Browse the repository at this point in the history
  • Loading branch information
Gartic99 committed Jan 8, 2024
1 parent df44661 commit 038bd08
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyeudiw/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@
"conf": {
"db_name": "eudiw"
},
"connection_params": {
"username": "satosa",
"password": "thatpassword"
}
"connection_params": {}
}
},
"storage": {
Expand All @@ -140,10 +137,7 @@
"db_trust_attestations_collection": "trust_attestations",
"db_trust_anchors_collection": "trust_anchors"
},
"connection_params": {
"username": "satosa",
"password": "thatpassword"
}
"connection_params": {}
}
}
}
Expand Down

0 comments on commit 038bd08

Please sign in to comment.