Skip to content

Commit

Permalink
test: use curl directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 3, 2024
1 parent 1bc94c7 commit 4e2acb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export pid=$!
sleep 5

# Get metrics
curl -s -o /tmp/cloudflare_exporter_test_output http://${baseUrl}${metricsPath}
curl -s http://${baseUrl}${metricsPath}

# Run Tests
mkdir -p results
Expand Down

0 comments on commit 4e2acb0

Please sign in to comment.