ci: release beta to main #3762
GitHub Actions / JUnit Test Report
failed
Dec 3, 2024 in 0s
46 tests run, 45 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 1 in TestInfoEndpoint
github-actions / JUnit Test Report
TestInfoEndpoint.test_version
AssertionError: assert '4.17.0rc1' == '4'
- 4
+ 4.17.0rc1
Raw output
self = <api.tests.test_info_endpoint.TestInfoEndpoint object at 0x7f19e73cb1a0>
client = <django.test.client.Client object at 0x7f19e63b51c0>
def test_version(self, client: Client) -> None:
response = client.get("/v4/info/")
assert response.status_code == 200
data = response.json()
> assert data["version"] == "4"
E AssertionError: assert '4.17.0rc1' == '4'
E
E - 4
E + 4.17.0rc1
src/api/tests/test_info_endpoint.py:16: AssertionError
Loading