fix: add compatibility layer to move to flask>=3 #67
Annotations
4 errors
tests/resources/test_resources.py#L123
test_disable_expired_after_create_action
assert True is False
+ where True = <BannerModel 2>.active
|
tests/resources/test_resources.py#L167
test_disable_expired_after_update_action
assert True is False
+ where True = <BannerModel 5>.active
|
tests/resources/test_resources.py#L340
test_search_banner_with_params
AssertionError: assert 'banner3' == 'banner1'
- banner1
? ^
+ banner3
? ^
|
|
This job failed
Loading