MCPcopy Index your code
hub / github.com/github/spec-kit / test_azure_cli_headers

Method test_azure_cli_headers

tests/test_authentication.py:426–427  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

424 assert AzureDevOpsAuth().auth_headers("tok", "bearer") == {"Authorization": "Bearer tok"}
425
426 def test_azure_cli_headers(self):
427 assert AzureDevOpsAuth().auth_headers("tok", "azure-cli") == {"Authorization": "Bearer tok"}
428
429 def test_azure_ad_headers(self):
430 assert AzureDevOpsAuth().auth_headers("tok", "azure-ad") == {"Authorization": "Bearer tok"}

Callers

nothing calls this directly

Calls 2

AzureDevOpsAuthClass · 0.90
auth_headersMethod · 0.45

Tested by

no test coverage detected