()
| 13 | |
| 14 | |
| 15 | def get_config(): |
| 16 | return { |
| 17 | "API_URL_BASE": os.getenv("API_URL_BASE"), |
| 18 | "BLOB_STORAGE_ACCOUNT_URL": os.getenv("BLOB_STORAGE_ACCOUNT_URL"), |
| 19 | "BLOB_STORAGE_SAS_KEY": os.getenv("BLOB_STORAGE_SAS_KEY"), |
| 20 | } |
| 21 | |
| 22 | |
| 23 | def call_get_datasources_api(url): |
no outgoing calls
no test coverage detected