Skip to content

Commit

Permalink
Update HTTP call out shift (#53)
Browse files Browse the repository at this point in the history
## Purpose
<!-- Describe the intention of the changes being proposed. What problem
does it solve or functionality does it add? -->
* ...

## Does this introduce a breaking change?
<!-- Mark one with an "x". -->
```
[ ] Yes
[ ] No
```

## Pull Request Type
What kind of change does this Pull Request introduce?

<!-- Please check the one that applies to this PR using "x". -->
```
[ ] 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
<!-- Add steps to run the tests suite and/or manually test -->
```
```

## What to Check
Verify that the following are valid
* ...

## Other Information
<!-- Add any other helpful information that may be needed here. -->

Co-authored-by: Mohsina Zaman <[email protected]>
  • Loading branch information
Mzamankhan and Mohsina Zaman authored Jan 22, 2024
1 parent 1bd26b7 commit 874532c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/http-grpc-callout/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 874532c

Please sign in to comment.