(t *testing.T)
| 46 | } |
| 47 | |
| 48 | func TestPathPatch(t *testing.T) { |
| 49 | testPatch(t, "not patched", FlagsNone, http.StatusNotFound) |
| 50 | testPatch(t, "patched", PatchPath, http.StatusOK) |
| 51 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…