Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_parameterless_without_scopes (0.47 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/test_dependency_paramless.py

            "/parameterless-with-scopes", headers={"authorization": "Bearer token"}
        )
        assert response.status_code == 200, response.text
        assert response.json() == {"status": "ok"}
    
    
    def test_parameterless_without_scopes():
        response = client.get(
            "/parameterless-without-scopes", headers={"authorization": "Bearer token"}
        )
        assert response.status_code == 401, response.text
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 2.3K bytes
    - Click Count (0)
Back to Top