Pierre Fritsch

Results 10 comments of Pierre Fritsch

To formalize the implicit requirement appearing in @dkirrane's and @anderson-marques's comments: For parameterizing the `tokenUrl` et al. in the [OAuth Flow object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#oauth-flow-object), it would feel most natural to me to...

The test `custom-handlers.test.js` is failing with: ``` Expected value to strictly be equal to: /409 - 5 exceeds stock for book #201/ Received: "409 - ORDER_EXCEEDS_STOCK" ``` It seems that...

Originally proposed to: * Extract the Hello World! TypeScript code sample to a dedicated folder in order to avoid polluting the Hello World! JavaScript code sample. but the CAP team...

Internal ticket is cap/issues#9166. This PR was adapted with the requested changes.

I'd need help on this one - my new test fails with: > TypeError: Cannot read property 'SELECT' of undefined

The test file [consuming-services.test.js](https://github.com/SAP-samples/cloud-cap-samples/blob/master/test/consuming-services.test.js) might be a good place to add this code sample, but it seems to be set up to serve only the `AdminService` which, in contrast with...

Updated the code sample to reflect O.T.'s internal comment on October 4. What did I miss? ``` FAIL test/consuming-actions.test.js ● Consuming actions locally › calls unbound actions 21 | 22...

> looks like the action was rejected due to missing authorization. > > @requires: 'authenticated-user' > action submitOrder ( book: Books:ID, quantity: Integer ) returns { stock: Integer }; >...

(Note: I currently don't have write access to this repository, so I cannot merge this PR myself.)

![Screen Shot 2022-10-07 at 10 22 25](https://user-images.githubusercontent.com/10234267/194507767-a1bbd1d5-895d-40bc-aba8-63b902c9e940.png)