Skip to content

Commit 5aa9938

Browse files
committed
fixed version
1 parent d45fb4b commit 5aa9938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/client/test_Fast_API__Client__Generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Test__Service__Fast_API__Client__Config(Type_Safe):
220220
verify_ssl : bool = True # Verify SSL certificates
221221
# Service-specific configuration can be added here
222222
service_name : Safe_Str__Id = "Test__Service__Fast_API"
223-
service_version : str = "v0.26.20\""""
223+
service_version : str = "{version}\"""".format(version=version__osbot_fast_api)
224224

225225
assert f'service_name : Safe_Str__Id = "{contract.service_name}"' in config_code
226226
assert f'service_version : str = "{contract.service_version}"' in config_code

0 commit comments

Comments
 (0)