diff --git a/posthog/models/test/test_remote_config.py b/posthog/models/test/test_remote_config.py index cb28c410b8ead..ddcd23aca2a73 100644 --- a/posthog/models/test/test_remote_config.py +++ b/posthog/models/test/test_remote_config.py @@ -541,22 +541,19 @@ def test_renders_js_including_site_apps(self): id: 'tokentoken', init: function(config) { (function () { return { inject: (data) => console.log('injected!', data)}; })().inject({ config:{}, posthog:config.posthog }); - config.callback(); - return {} } + config.callback(); return {} } }, { id: 'tokentoken', init: function(config) { (function () { return { inject: (data) => console.log('injected 2!', data)}; })().inject({ config:{}, posthog:config.posthog }); - config.callback(); - return {} } + config.callback(); return {} } }, { id: 'tokentoken', init: function(config) { (function () { return { inject: (data) => console.log('injected but disabled!', data)}; })().inject({ config:{}, posthog:config.posthog }); - config.callback(); - return {} } + config.callback(); return {} } }] } })();\