Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setTag (0.03 sec)

  1. tests/test_tutorial/test_behind_a_proxy/test_tutorial004.py

        assert response.json() == snapshot(
            {
                "openapi": "3.1.0",
                "info": {"title": "FastAPI", "version": "0.1.0"},
                "servers": [
                    {
                        "url": "https://stag.example.com",
                        "description": "Staging environment",
                    },
                    {
                        "url": "https://prod.example.com",
                        "description": "Production environment",
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:19:10 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top