We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c0063 commit d827120Copy full SHA for d827120
1 file changed
CICD/scripts/integration-test.sh
@@ -29,7 +29,7 @@ test_endpoint() {
29
test_endpoint "https://glow-backend-v4-0-0.onrender.com/api/health" "Backend health check" || exit 1
30
31
# Test backend functional route
32
-test_endpoint "https://glow-backend-v4-0-0.onrender.com/api/users" "Backend users endpoint" || exit 1
+test_endpoint "https://glow-backend-v4-0-0.onrender.com/api/water-data" "Backend water data endpoint" || exit 1
33
34
# Test frontend
35
test_endpoint "https://glow-frontend-v4-0-0.onrender.com" "Frontend application" || exit 1
0 commit comments