📝 Update links to Pydantic docs to point to new website (#11328)

This commit is contained in:
Alejandra
2024-03-21 20:42:11 -05:00
committed by GitHub
parent 03b1e93456
commit 93034fea48
137 changed files with 168 additions and 168 deletions

View File

@@ -8,7 +8,7 @@ client = TestClient(app)
def test_redirect_status_code():
response = client.get("/pydantic", follow_redirects=False)
assert response.status_code == 302
assert response.headers["location"] == "https://pydantic-docs.helpmanual.io/"
assert response.headers["location"] == "https://docs.pydantic.dev/"
def test_openapi_schema():