Skip to content

Commit 7a6f57a

Browse files
committed
We must disable Data Bridge API health check for integration tests.
1 parent 3b5a287 commit 7a6f57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/KeeperData.Api/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ApiClients": {
2626
"DataBridgeApi": {
2727
"BaseUrl": "Set in cdp-app-config (or for local development using docker-compose.override.yml",
28-
"HealthcheckEnabled": true,
28+
"HealthcheckEnabled": false,
2929
"ResiliencePolicy": {
3030
"Retries": 3,
3131
"BaseDelaySeconds": 2,

0 commit comments

Comments
 (0)