Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe failed response for test_links #175

Merged
merged 3 commits into from
Jan 31, 2025

Conversation

blablatdinov
Copy link
Contributor

@blablatdinov blablatdinov commented Jan 25, 2025

Before:

FAILED test_compile.py::test_links[https://ssbse.info/] - AssertionError: assert 404 in range(200, 400)
 +  where 404 = <Response [404 Not Found]>.status_code
 +    where <Response [404 Not Found]> = <function get at 0x7fc20f891d00>('https://ssbse.info/')
 +      where <function get at 0x7fc20f891d00> = httpx.get
 +  and   range(200, 400) = range(200, 400)

After:

E       AssertionError: Resource 'https://ssbse.info' with unavailable. Failed with: 404
E       assert 404 in range(200, 400)
E        +  where range(200, 400) = range(200, 400)

@blablatdinov
Copy link
Contributor Author

@yegor256 take a look please

@yegor256 yegor256 merged commit 3ed8092 into yegor256:master Jan 31, 2025
7 checks passed
@yegor256
Copy link
Owner

@blablatdinov thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants