Skip to content

Commit 2b5d23d

Browse files
authored
Update cmd/thv-operator/test-integration/mcp-oidc-config/mcpoidcconfig_virtualmcpserver_integration_test.go
1 parent 51bc65f commit 2b5d23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/thv-operator/test-integration/mcp-oidc-config/mcpoidcconfig_virtualmcpserver_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ var _ = Describe("MCPOIDCConfig and VirtualMCPServer Cross-Resource Integration
183183
Expect(config.IncomingAuth.OIDC.Audience).To(Equal("test-vmcp-audience"))
184184
Expect(config.IncomingAuth.OIDC.Scopes).To(Equal([]string{"openid"}))
185185

186-
// Resource URL: no resourceUrl set on the ref, so falls back to internal service URL
186+
// Resource URL: explicit resourceUrl on the ref overrides the internal service URL
187187
Expect(config.IncomingAuth.OIDC.Resource).To(Equal("https://mcp-gateway.example.com/mcp"),
188188
"resource should be the explicit resourceUrl, not the internal service URL")
189189
})

0 commit comments

Comments
 (0)