Changes between Initial Version and Version 1 of Ticket #34823, comment 3


Ignore:
Timestamp:
Sep 9, 2023, 12:51:50 AM (12 months ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34823, comment 3

    initial v1  
    11Thanks for the report, I was able to reproduce it with the following test:
    22
    3 {{{!diff
     3{{{
    44diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py
    55index cdb0453e44..b0eb0b0f83 100644
     
    1919         msg_prefix = "Prefix"
    2020         msg = f"{msg_prefix}: No templates used to render the response"
    21 
    2221}}}
Back to Top