Skip to content

Fixed read_user_by_id docstring#4

Merged
tiangolo merged 2 commits into
fastapi:masterfrom
mpclarkson:master
Mar 29, 2019
Merged

Fixed read_user_by_id docstring#4
tiangolo merged 2 commits into
fastapi:masterfrom
mpclarkson:master

Conversation

@mpclarkson

@mpclarkson mpclarkson commented Mar 24, 2019

Copy link
Copy Markdown
Contributor

Changed doctring from "Get a specific user by username (email)" to "Get a specific user by id". Not the biggest PR in the world ;)

Incorrectly documented as "Get a specific user by username (email)". Changed to "Get a specific user by id".
@tiangolo tiangolo merged commit f947ba8 into fastapi:master Mar 29, 2019
@tiangolo

Copy link
Copy Markdown
Member

Thanks! Good catch.

gusevyaroslove pushed a commit to gusevyaroslove/fastapi-template that referenced this pull request Aug 4, 2024
Fix incorrectly documented as "Get a specific user by username (email)". Changed to "Get a specific user by id".
cassimon pushed a commit to cassimon/plains that referenced this pull request Jun 24, 2026
Run fastapi#4 confirmed the backend now starts healthy (circular-import fix
worked); the remaining failures were test-harness wiring, not app bugs:

- compose.test.yml: mount ./backend/tests into the backend container.
  The production image only copies ./backend/app, so the previous run
  failed with "file or directory not found: tests/integration/".
- conftest.py: read API_BASE_URL (set by the CI exec step and used by
  the Playwright suite) before the older INTEGRATION_API_BASE name. The
  old default pointed at host port 8001, unreachable from inside the
  container where the backend listens on 8000.
- Align superuser credentials: pin FIRST_SUPERUSER_PASSWORD in .env to
  the value the tests log in with (the .env.example placeholder is
  CHANGE_THIS, but the Playwright step used 'changethis'); drive both
  test steps from shared job-level env. Match the conftest defaults too.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JuJaTjEPCdk39mhYFaGkPb
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