Skip to content

Commit d33c663

Browse files
committed
Fix test
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent 039fd01 commit d33c663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/mcpgateway/services/test_gateway_service_oauth_comprehensive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def mock_oauth_gateway():
7676
gw.auth_type = "oauth"
7777
gw.auth_value = {}
7878
gw.oauth_config = {"grant_type": "client_credentials", "client_id": "test_client", "client_secret": "test_secret", "token_url": "https://oauth.example.com/token", "scopes": ["read", "write"]}
79+
gw.ca_certificate = ""
7980
return gw
8081

8182

0 commit comments

Comments
 (0)