Skip to content

Commit b7df560

Browse files
Devin/1746532369 fix migration revision (#294)
* Fix migration revision ID mismatch for remove_workspace_analysis_tables Co-Authored-By: Hal Seki <[email protected]> * Fix isort issues in run_analysis.py Co-Authored-By: Hal Seki <[email protected]> * Fix health check endpoint path in docker-compose.test.yml Co-Authored-By: Hal Seki <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 8b55ca6 commit b7df560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
4545
"
4646
healthcheck:
47-
test: ["CMD", "curl", "-f", "http://localhost:8000/api/v1/health"]
47+
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
4848
interval: 10s
4949
timeout: 5s
5050
retries: 5

0 commit comments

Comments
 (0)