Skip to content

Commit

Permalink
fix: multipart test comment
Browse files Browse the repository at this point in the history
Signed-off-by: Arash Hatami <[email protected]>
  • Loading branch information
hatamiarash7 committed Dec 27, 2024
1 parent 6a3d148 commit 7de228d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prober/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7de228d

Please sign in to comment.