Skip to content

Commit d40d641

Browse files
refactor: minor improvement
1 parent 1c6e284 commit d40d641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e_tests/boundary_integration_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ func TestBoundaryIntegration(t *testing.T) {
187187
require.NoError(t, err, "Failed to remove /tmp/boundary-test")
188188
}
189189

190-
func TestBoundaryIntegration2(t *testing.T) {
190+
// TestContentLengthHeader tests that ContentLength header is properly set, otherwise it fails.
191+
func TestContentLengthHeader(t *testing.T) {
191192
// Find project root by looking for go.mod file
192193
projectRoot := findProjectRoot(t)
193194

0 commit comments

Comments
 (0)