diff --git a/integration_tests/base_routes.py b/integration_tests/base_routes.py index a271fb268..e4088db4b 100644 --- a/integration_tests/base_routes.py +++ b/integration_tests/base_routes.py @@ -25,6 +25,7 @@ current_file_path = pathlib.Path(__file__).parent.resolve() jinja_template = JinjaTemplate(os.path.join(current_file_path, "templates")) +jinja_template.set_robyn(app) # ===== Websockets ===== diff --git a/integration_tests/templates/test.html b/integration_tests/templates/test.html index 00b2d0a1e..87aa59be5 100644 --- a/integration_tests/templates/test.html +++ b/integration_tests/templates/test.html @@ -8,6 +8,6 @@
-