Skip to content

Commit

Permalink
removed check of version of LocalStack
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Nov 23, 2024
1 parent c5ead40 commit 1868ab6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion tests/integration/local_stack/test_Local_Stack__Internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def test_get__internal_health(self):
assert getattr(health.services, 'resource-groups') == 'disabled' # name has a - in it
for service_name in expected_available_services:
assert getattr(health.services,service_name) in ['available', 'running']
assert health.version.startswith('3.8.') is True

#assert health.version.startswith('3.8.') is True

# skipping this since there were a couple inconsistencies in the data when running this in GH Actions
#delattr(obj_data.services, 'lambda' )
#delattr(obj_data.services, 'resource-groups')
Expand Down

0 comments on commit 1868ab6

Please sign in to comment.