We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45fb4b commit 5aa9938Copy full SHA for 5aa9938
1 file changed
tests/unit/client/test_Fast_API__Client__Generator.py
@@ -220,7 +220,7 @@ class Test__Service__Fast_API__Client__Config(Type_Safe):
220
verify_ssl : bool = True # Verify SSL certificates
221
# Service-specific configuration can be added here
222
service_name : Safe_Str__Id = "Test__Service__Fast_API"
223
- service_version : str = "v0.26.20\""""
+ service_version : str = "{version}\"""".format(version=version__osbot_fast_api)
224
225
assert f'service_name : Safe_Str__Id = "{contract.service_name}"' in config_code
226
assert f'service_version : str = "{contract.service_version}"' in config_code
0 commit comments