Skip to content

Commit

Permalink
Update logconsumer_test.go
Browse files Browse the repository at this point in the history
fix typo

Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
  • Loading branch information
Tofel and mdelapenya committed Dec 21, 2023
1 parent 3d67a04 commit 6c705f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logconsumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func TestContainerLogsShouldBeWithoutStreamHeader(t *testing.T) {
assert.Equal(t, "0", strings.TrimSpace(string(b)))
}

func Test_StartLogProducerStillStartssWithTooLowTimeout(t *testing.T) {
func Test_StartLogProducerStillStartsWithTooLowTimeout(t *testing.T) {
ctx := context.Background()
req := ContainerRequest{
FromDockerfile: FromDockerfile{
Expand Down

0 comments on commit 6c705f1

Please sign in to comment.