Update tests/test_utils_termtitle.py
Run CI Tests / test (push) Successful in 31s

This commit is contained in:
2025-07-30 11:42:07 +02:00
parent e79e7dc7c9
commit a58e249510
+1 -1
View File
@@ -18,7 +18,7 @@ def test_termtitle_changes_actual_title():
# Capture actual terminal title with xprop
result = subprocess.run(
["xprop", "-id", os.environ["WINDOWID"]],
["Xvfb", "-id", os.environ["WINDOWID"]],
capture_output=True,
text=True
)