Skip to content

Commit

Permalink
fix: update integration test to use the containerized mongodb (#208)
Browse files Browse the repository at this point in the history
* fix: update integration test to use the containerized mongodb

* fix: update `CONFIG_DB`

---------

Co-authored-by: Salvatore Laiso <salvatore.laiso@it.ey.com>
  • Loading branch information
salvatorelaiso and Salvatore Laiso authored Dec 22, 2023
1 parent fa6f66d commit 38ee1ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/satosa/integration_test/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"db_trust_attestations_collection": "trust_attestations",
"db_trust_anchors_collection": "trust_anchors"
},
"connection_params": {}
"connection_params": {
"username": "satosa",
"password": "thatpassword"
}
}
}
}
Expand Down

0 comments on commit 38ee1ba

Please sign in to comment.