File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33from osbot_fast_api_serverless .services .info .Service_Info import Service_Info
44from osbot_fast_api_serverless .services .info .schemas .Enum__Service_Status import Enum__Service_Status
55from osbot_fast_api_serverless .services .info .schemas .Schema__Service__Status import Schema__Service__Status
6- from osbot_fast_api_serverless .utils .Version import version__osbot_fast_api_serverless
6+ from osbot_fast_api_serverless .utils .Version import version__osbot_fast_api_serverless
77from osbot_utils .utils .Misc import list_set
88
99
@@ -26,8 +26,7 @@ def test_status(self):
2626
2727 def test_versions (self ):
2828 with self .server_info .versions () as _ :
29- assert list_set (_ .json ()) == [ 'osbot_aws' ,
30- 'osbot_fast_api' ,
29+ assert list_set (_ .json ()) == [ 'osbot_fast_api' ,
3130 'osbot_fast_api_serverless' ,
3231 'osbot_utils' ]
3332
You can’t perform that action at this time.
0 commit comments