web_client_non_admin¶
Scope: function | Returns: FlaskClient
The web_client_non_admin fixture provides an authenticated HTTP test client for the non-admin user. Use it to test endpoints under restricted permissions.
Warning
Only one web client fixture (web_client, web_client_non_admin, web_client_other_non_admin, api_client) can be used in a single test.