Skip to content

Commit d827120

Browse files
committed
Integration test bug fix
1 parent 08c0063 commit d827120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CICD/scripts/integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test_endpoint() {
2929
test_endpoint "https://glow-backend-v4-0-0.onrender.com/api/health" "Backend health check" || exit 1
3030

3131
# Test backend functional route
32-
test_endpoint "https://glow-backend-v4-0-0.onrender.com/api/users" "Backend users endpoint" || exit 1
32+
test_endpoint "https://glow-backend-v4-0-0.onrender.com/api/water-data" "Backend water data endpoint" || exit 1
3333

3434
# Test frontend
3535
test_endpoint "https://glow-frontend-v4-0-0.onrender.com" "Frontend application" || exit 1

0 commit comments

Comments
 (0)