···151151 reason="network",
152152 use_id="use-4",
153153 )
154154+ append_chat_event(
155155+ "reflection_ready",
156156+ ts=_ms(2099, 1, 2, 9, 6),
157157+ day="20981228",
158158+ url="/app/reflections/20981228",
159159+ )
154160155161 response = env.client.get(f"/app/chat/{day}")
156162 html = response.get_data(as_text=True)
···161167 assert 'title="full note"' in html
162168 assert 'data-talent-use-id="use-2"' in html
163169 assert 'data-talent-use-id="use-3"' in html
170170+ assert "weekly reflection ready" in html
171171+ assert 'href="/app/reflections/20981228"' in html
164172 assert "chat had trouble" in html
165173166174