I'm implementing a new CICD pipeline for my company that will include automated testing of all tests for our application every time a developer submits a commit. This test suite includes a handful of tests that submits extraction requests to Refinitiv's DSS API to ensure that we can correctly interpret, unpack, and manage the response from Refinitiv. Normally this is fine, and contributes minutely to our contracted extractions per month. That said, once this pipeline is implemented, I expect these builds to run several hundred times per day, which would put an unnecessary load on our monthly extractions.
Is there a way to test extraction requests in DSS without contributing to the extractions in monthly contracts?