feat: add authors and their socials #3766
Annotations
37 errors and 2 warnings
linters
Process completed with exit code 1.
|
TestArticlesEndpoint.test_get_articles_with_launch:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_with_event:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_by_news_site:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_by_multiple_news_sites:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_with_offset:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_with_ordering:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_published_at_greater_then:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_published_at_lower_then:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_article_search_articles:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_search_summary:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_title_contains:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_title_contains_one:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_title_contains_all:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_summary_contains:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_summary_contains_one:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_get_articles_summary_contains_all:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_soft_deleted:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_news_site_exclude:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestArticlesEndpoint.test_news_site_exclude_multiple:
TestArticlesEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestInfoEndpoint.test_version:
TestInfoEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestInfoEndpoint.test_news_sites:
TestInfoEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_single_report:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_limit_reports:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_report_by_news_site:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_by_multiple_news_sites:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_with_offset:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_with_limit:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_published_at_greater_then:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_report_search_reports:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_search_summary:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_title_contains_one:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_title_contains_all:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_summary_contains_one:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_get_reports_summary_contains_all:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
TestReportsEndpoint.test_soft_deleted:
TestReportsEndpoint#L1
assert 429 == 200
+ where 429 = <Response status_code=429, "application/json">.status_code
|
tests
Process completed with exit code 1.
|
linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|