diff --git a/sasjs-tests/src/App.tsx b/sasjs-tests/src/App.tsx index 45055bf..19df7be 100644 --- a/sasjs-tests/src/App.tsx +++ b/sasjs-tests/src/App.tsx @@ -24,7 +24,7 @@ const App = (): ReactElement<{}> => { sasjsRequestTests(adapter), ]); } - }, [debug, adapter]); + }, [debug, adapter, config]); useEffect(() => { if (appLoc && adapter) {