Hey, im working on the amazon seller partner conne...
# help-connector-development
a
Hey, im working on the amazon seller partner connector atm, trying to fix the problem of the access token not getting refreshed before expiring. But none of my changes or breakpoints outside of my connector are getting used while testing Which sucks, because i think that there is a bug in the authenticator since the token should be refreshed according to the code. I use pdb as debugger and start my Test with: python -m pdb main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json Working with VS Code and PyCharm Did i miss something? Do i need to add the cdk in my command to start the test?
I followed the readme inside the connector path and builded it. Do i miss something thats not mentioned there?