Changes between Initial Version and Version 1 of Ticket #34823, comment 3
- Timestamp:
- Sep 9, 2023, 12:51:50 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34823, comment 3
initial v1 1 1 Thanks for the report, I was able to reproduce it with the following test: 2 2 3 {{{ !diff3 {{{ 4 4 diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py 5 5 index cdb0453e44..b0eb0b0f83 100644 … … 19 19 msg_prefix = "Prefix" 20 20 msg = f"{msg_prefix}: No templates used to render the response" 21 22 21 }}}