CE-1772 - add call to Unirest.config().reset()

This commit is contained in:
2024-12-17 11:46:19 -06:00
parent c5f41a8042
commit eba6dfe1b3

View File

@ -303,6 +303,7 @@ class QJavalinImplementationTest extends QJavalinTestBase
{
TestDownloadFileSupplementalAction.callCount = 0;
Unirest.config().reset();
Unirest.config().followRedirects(false);
////////////////////////////////////////////////////////////////////////////////////////////////////////