Daniel Romberg

Results 3 issues of Daniel Romberg

Without pytest, everything works like a charm. However, when running some tests with pytest, I get the following error: ```shell ========================================================= test session starts ========================================================== platform win32 -- Python 3.9.12,...

I am having troube configuring the endpoint of the S3 storage. I thought it should be possible by passing a config object during import: `s3Proxy = require('s3-proxy')({endpoint: process.env.AWS_ENDPOINT});` However, this...

POST requests with JSON payload initially do not work if the request body type hasn't been touched. It defaults to JSON but it needs to be explicitly deselected and selected...