mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
chore(typos): fix additional typos (#2396)
This commit is contained in:
parent
0fa3097153
commit
18d4a6ab63
1 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ class TestOIDCConfiguration:
|
|||
with pytest.raises(ValueError, match="Invalid URL for configuration metadata"):
|
||||
OIDCConfiguration.model_validate(valid_oidc_configuration_dict)
|
||||
|
||||
def test_explict_strict_with_bad_url_raises_error(
|
||||
def test_explicit_strict_with_bad_url_raises_error(
|
||||
self, valid_oidc_configuration_dict
|
||||
):
|
||||
"""Test default configuration with explicit True strict setting and bad URL setting."""
|
||||
|
|
@ -359,7 +359,7 @@ class TestOIDCConfiguration:
|
|||
|
||||
|
||||
def validate_get_oidc_configuration(oidc_configuration, strict, timeout_seconds):
|
||||
"""Validate get_oidc_configuation call."""
|
||||
"""Validate get_oidc_configuration call."""
|
||||
with patch("httpx.get") as mock_get:
|
||||
mock_response = MagicMock(spec=Response)
|
||||
mock_response.json.return_value = oidc_configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue