diff --git a/prober/http_test.go b/prober/http_test.go index 45aa03e5..8e1a1be8 100644 --- a/prober/http_test.go +++ b/prober/http_test.go @@ -1556,9 +1556,7 @@ func TestBody(t *testing.T) { } } -// Mock or define necessary parts of config.Module and related structs -// Adjust these based on your actual config definitions - +// Test that the HTTP probe module can handle a multipart form request func TestMultipart(t *testing.T) { // Create a temporary file to act as a file part in the multipart form tmpFile, err := os.CreateTemp("", "testfile*.txt")