We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b064 commit 4475c4cCopy full SHA for 4475c4c
tests/test_window.py
@@ -184,7 +184,7 @@ def test_window_rename(
184
window_name_before = "test"
185
window_name_after = "ha ha ha fjewlkjflwef"
186
187
- session.set_option("automatic-rename", "off")
+ session.set_option("automatic-rename", "off", scope=None)
188
window = session.new_window(window_name=window_name_before, attach=True)
189
190
assert window == session.attached_window
0 commit comments