Skip to content

Commit 3bcc9ee

Browse files
committed
fixed test
1 parent 54e3458 commit 3bcc9ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/unit/services/info/test_Server_Info.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from osbot_fast_api_serverless.services.info.Service_Info import Service_Info
44
from osbot_fast_api_serverless.services.info.schemas.Enum__Service_Status import Enum__Service_Status
55
from 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
77
from 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

0 commit comments

Comments
 (0)