Skip to content

Commit 80c46f4

Browse files
committed
updated to latest version of OSBot-Utils
1 parent 8a1b8e2 commit 80c46f4

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit/api/test_Fast_API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test__verify__title_description_version(self):
121121
assert app.version == Safe_Str__Version ('v0.1.0')
122122
assert app.description == Safe_Str__Text('now with more available charts to talk about Fast API __ ______*()')
123123

124-
error_message = 'Value does not match required pattern: ^v(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})$'
124+
error_message = 'in Safe_Str__Version, value does not match required pattern: ^v(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})$'
125125
with pytest.raises(ValueError, match=re.escape(error_message)):
126126
Fast_API(version="0.1.1") # confirm validation provided by Safe_Str__Version
127127

0 commit comments

Comments
 (0)