Added component to add records and user_records to info links #121
push.yaml
on: push
build12
/
build
3m 4s
publish
0s
Annotations
3 errors and 1 warning
build12 / build:
tests/test_search.py#L81
test_links
AssertionError: assert 'http://local...0&sort=newest' == 'https://127....0&sort=newest'
- https://127.0.0.1:5000/api/search?page=1&q=blah&size=10&sort=newest
? - ^^^^^^^^^^^^^^^ ^^
+ http://localhost/search?page=1&q=blah&size=10&sort=newest
? ^^^ ^^^^^
|
build12 / build:
tests/test_search.py#L104
test_second_page
AssertionError: assert 'http://local...5&sort=newest' == 'https://127....5&sort=newest'
- https://127.0.0.1:5000/api/search?page=1&q=blah&size=5&sort=newest
? - ^^^^^^^^^^^^^^^ ^^
+ http://localhost/search?page=1&q=blah&size=5&sort=newest
? ^^^ ^^^^^
|
build12 / build
Process completed with exit code 1.
|
build12 / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|