Skip to content

Commit

Permalink
Fix http payload test
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <[email protected]>
  • Loading branch information
Alan-Cha committed Aug 11, 2023
1 parent 5d52f4f commit 418bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
--localChart \
--chartName charts/iter8 \
--set "tasks={http,assess}" \
--set http.url="http://httpbin.default/get" \
--set http.url="http://httpbin.default/post" \
--set http.payloadStr=hello \
--set assess.SLOs.upper.http/latency-p50=5 \
--set assess.SLOs.upper.http/latency-p90=10 \
Expand Down

0 comments on commit 418bfae

Please sign in to comment.