MCPcopy
hub / github.com/vouch/vouch-proxy / urlEquals

Function urlEquals

pkg/providers/github/github_test.go:62–66  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

60}
61
62func urlEquals(value string) ReqMatcher {
63 return func(r *http.Request) bool {
64 return r.URL.String() == value
65 }
66}
67
68func assertURLCalled(t *testing.T, url string) {
69 found := false

Callers 1

TestGetUserInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected