fix: add compatibility layer to move to flask>=3 #67
Annotations
8 errors
Python / Tests (3.9, postgresql14, opensearch2):
tests/resources/test_resources.py#L123
test_disable_expired_after_create_action
assert True is False
+ where True = <BannerModel 2>.active
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/resources/test_resources.py#L167
test_disable_expired_after_update_action
assert True is False
+ where True = <BannerModel 5>.active
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/resources/test_resources.py#L340
test_search_banner_with_params
AssertionError: assert 'banner3' == 'banner1'
- banner1
? ^
+ banner3
? ^
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/resources/test_resources.py#L123
test_disable_expired_after_create_action
assert True is False
+ where True = <BannerModel 2>.active
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/resources/test_resources.py#L167
test_disable_expired_after_update_action
assert True is False
+ where True = <BannerModel 5>.active
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/resources/test_resources.py#L340
test_search_banner_with_params
AssertionError: assert 'banner3' == 'banner1'
- banner1
? ^
+ banner3
? ^
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|