@@ -123,13 +123,13 @@ def test_shell(
123123 window = session .new_window (window_name = window_name )
124124 window .split_window ()
125125
126- assert window .attached_pane is not None
126+ assert window .active_pane is not None
127127
128128 template_ctx = {
129129 "SOCKET_NAME" : server .socket_name ,
130130 "SESSION_NAME" : session .name ,
131131 "WINDOW_NAME" : window_name ,
132- "PANE_ID" : window .attached_pane .id ,
132+ "PANE_ID" : window .active_pane .id ,
133133 "SERVER_SOCKET_NAME" : server .socket_name ,
134134 }
135135
@@ -293,13 +293,13 @@ def test_shell_interactive(
293293 window = session .new_window (window_name = window_name )
294294 window .split_window ()
295295
296- assert window .attached_pane is not None
296+ assert window .active_pane is not None
297297
298298 template_ctx = {
299299 "SOCKET_NAME" : server .socket_name ,
300300 "SESSION_NAME" : session .name ,
301301 "WINDOW_NAME" : window_name ,
302- "PANE_ID" : window .attached_pane .id ,
302+ "PANE_ID" : window .active_pane .id ,
303303 "SERVER_SOCKET_NAME" : server .socket_name ,
304304 }
305305
0 commit comments