Skip to content

Commit 4368582

Browse files
fix:tests (Open-MSS#2932)
--------- Co-authored-by: ReimarBauer <[email protected]>
1 parent 968467b commit 4368582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_test_msui/test_msui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_milestone_url(self):
8989
with urlopen(self.window.milestone_url) as f:
9090
text = f.read().decode("utf-8")
9191
expected_version = __version__
92-
pattern = rf'value="is:closed milestone:{re.escape(expected_version)} "'
92+
pattern = rf'value="is:closed milestone:{re.escape(expected_version)}"'
9393
assert re.search(pattern, text), f"Expected milestone format not found: {expected_version}"
9494

9595

0 commit comments

Comments
 (0)