Skip to content

Commit

Permalink
fix(tests) add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Aug 26, 2024
1 parent 8f2a3c0 commit 9e72698
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/mtd_sync/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@
"broker_url": "redis://localhost:6379/0",
"result_backend": "redis://localhost:6379/0",
}


BASE_URL = "lalala"
XML_NAMESPACE = "{http://inpn.mnhn.fr/mtd}"
USER = "lalala"
PASSWORD = "lalala"
ID_INSTANCE_FILTER = 0
MTD_API_ENDPOINT = "https://preprod-inpn.mnhn.fr/mtd"
SYNC_LOG_LEVEL = "INFO"
USERS_CAN_SEE_ORGANISM_DATA = False
JDD_MODULE_CODE_ASSOCIATION = ["OCCTAX", "OCCHAB"]
ID_PROVIDER = "cas_inpn"
ID_USER_SOCLE_1 = 1
ID_USER_SOCLE_2 = 2

0 comments on commit 9e72698

Please sign in to comment.