Remove placeholders for overly focused tests

This commit is contained in:
Daniel Krol 2022-06-19 17:51:40 -04:00
parent 62866a0045
commit fd7e1988d3

View file

@ -140,6 +140,7 @@ func TestServerHelperGetPostDataSuccess(t *testing.T) {
}
}
// Test getPostData, including requestOverhead and any other mini-helpers it calls.
func TestServerHelperGetPostDataErrors(t *testing.T) {
tt := []struct {
name string
@ -192,10 +193,3 @@ func TestServerHelperGetPostDataErrors(t *testing.T) {
})
}
}
func TestServerHelperRequestOverheadSuccess(t *testing.T) {
t.Fatalf("Test me: requestOverhead success")
}
func TestServerHelperRequestOverheadErrors(t *testing.T) {
t.Fatalf("Test me: requestOverhead failures")
}