RADAR-base / RADAR-REST-Connector

A Kafka Source connector to receive data from REST APIs and publish them to Kafka. It has an extended version to support FitBit APIs.
https://radar-base.org/
Apache License 2.0
4 stars 4 forks source link

Add test for reauthentication after a failed token request #140

Closed Bdegraaf1234 closed 2 months ago

Bdegraaf1234 commented 3 months ago

We had issues with failing requests due to malformed www-authenticate header. the issue is resolved in rest-source-backend.

This PR adds an integration test that tests the response to an invalid token.

Bdegraaf1234 commented 3 months ago

We decided to move this into an integration test, will update the PR

Bdegraaf1234 commented 2 months ago

Closing ue to lack of capacity