t.Errorf("Test %q failed: Call to RemovePath did not propagate prefix properly: Got: %s Want: %s",test.name,mc.removePathParams.pfx.String(),test.removePfx.String())
}
ifmc.removePathParams.path!=test.removePath{
t.Errorf("Test %q failed: Call to RemovePath did not propagate path properly: Got: %v Want: %v",test.name,mc.removePathParams.path,test.removePath)