adam_roderick
08/15/2023, 4:16 AMpoetry run pytest
on a pretty simple tap. I'm getting this error for every property in the stream. Any ideas? Do I need to mock responses somewhere?
ERROR tests/test_core.py::TestTapFreshservice::test_tap_stream_attribute_is_integer[tickets.group_id] - singer_sdk.exceptions.FatalAPIError: 403 Client Error: Forbidden for path: /tickets
edgar_ramirez_mondragon
08/15/2023, 12:58 PM.env
file at the root of your repo:
TAP_FRESHSERVICE_API_KEY=...
You should also probably make sure settings that are necessary for the tap to run use the required=True
parameter so it fails early.adam_roderick
08/15/2023, 1:00 PMedgar_ramirez_mondragon
08/15/2023, 1:40 PM