Skip to content

Commit 5e621ab

Browse files
joernu76ReimarBauer
authored andcommitted
fix:tests (Open-MSS#2932)
--------- Co-authored-by: ReimarBauer <[email protected]>
1 parent f5eb332 commit 5e621ab

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
@@ -129,7 +129,7 @@ def test_milestone_url(self):
129129
with urlopen(self.window.milestone_url) as f:
130130
text = f.read().decode("utf-8")
131131
expected_version = __version__
132-
pattern = rf'value="is:closed milestone:{re.escape(expected_version)} "'
132+
pattern = rf'value="is:closed milestone:{re.escape(expected_version)}"'
133133
assert re.search(pattern, text), f"Expected milestone format not found: {expected_version}"
134134

135135

0 commit comments

Comments
 (0)