MCPcopy Create free account
hub / github.com/zalando/skipper / TestPathPatch

Function TestPathPatch

proxy/pathpatch_test.go:48–51  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

46}
47
48func TestPathPatch(t *testing.T) {
49 testPatch(t, "not patched", FlagsNone, http.StatusNotFound)
50 testPatch(t, "patched", PatchPath, http.StatusOK)
51}

Callers

nothing calls this directly

Calls 1

testPatchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…