We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c8d79 commit 7086927Copy full SHA for 7086927
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