)]}'
{"heat/tests/test_hot.py":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"814a9f8c8c5b2dd72515be4ca4bdfa9a2d08b2f8","unresolved":true,"context_lines":[{"line_number":2340,"context_line":"        tmpl \u003d template.Template(hot_pike_tpl_empty)"},{"line_number":2341,"context_line":"        resolved \u003d self.resolve(snippet, tmpl)"},{"line_number":2342,"context_line":""},{"line_number":2343,"context_line":"        if sys.version_info \u003e\u003d (3, 12, 6):"},{"line_number":2344,"context_line":"            self.assertEqual(\u0027file:foo/bar\u0027,"},{"line_number":2345,"context_line":"                             resolved)"},{"line_number":2346,"context_line":"        else:"}],"source_content_type":"text/x-python","patch_set":4,"id":"bb0b9107_53ba4fed","line":2343,"range":{"start_line":2343,"start_character":15,"end_line":2343,"end_character":27},"updated":"2025-02-13 14:43:16.000000000","message":"alternatively we can do\n\n```\nself.assertIn(resolved, [\n  \u0027file:foo/bar\u0027,  # Python \u003e\u003d 3.12.6\n  \u0027file:///foo/bar\u0027,\n])\n```\n\nwhich may work in case the fix is barkported somehow in distros but I think the proposed approach is also ok.","commit_id":"306d3526939e95b1f8fafac10f9e17ffd0e1f577"}]}
