From 874532c113e6d76e1583d0a5c954f8bdf9392b43 Mon Sep 17 00:00:00 2001 From: Mohsina Zaman Date: Mon, 22 Jan 2024 10:45:28 -0800 Subject: [PATCH] Update HTTP call out shift (#53) ## Purpose * ... ## Does this introduce a breaking change? ``` [ ] Yes [ ] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install ``` * Test the code ``` ``` ## What to Check Verify that the following are valid * ... ## Other Information Co-authored-by: Mohsina Zaman --- samples/http-grpc-callout/manifest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/http-grpc-callout/manifest.yml b/samples/http-grpc-callout/manifest.yml index effd9c7..d16b89d 100644 --- a/samples/http-grpc-callout/manifest.yml +++ b/samples/http-grpc-callout/manifest.yml @@ -124,19 +124,19 @@ data: response: | [ { - "Shift":1, + "Shift":0, "Operator":"Bob", "PerformanceTarget":45, "PackagedProductTarget":12960 }, { - "Shift":2, + "Shift":1, "Operator":"Anne", "PerformanceTarget":60, "PackagedProductTarget":17280 }, { - "Shift":3, + "Shift":2, "Operator":"Cameron", "PerformanceTarget":50, "PackagedProductTarget":14400