Skip to content

Commit

Permalink
PR improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Jun 15, 2023
1 parent 65208cb commit 5bd1bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions filebeat/tests/system/test_autodiscover.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def wait_container_start():
if c.name == container.name:
return True

# Ensure the container is running before checkginf
# for the input
# Ensure the container is running before checkging
# if the input is running
self.wait_until(
wait_container_start,
name="wait for test container",
Expand Down
4 changes: 2 additions & 2 deletions libbeat/autodiscover/autodiscover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func TestAutodiscover(t *testing.T) {

requireRunningRunners(t, autodiscover, 0)

// This stop event will trigger an input reload
// This start event will trigger an input reload
t.Log("Sending second start event, there will be 1 runner running")
eventBus.Publish(bus.Event{
"id": "foo",
Expand Down Expand Up @@ -668,7 +668,7 @@ func TestAutodiscoverDebounce(t *testing.T) {
}

// Send an event with config,
// handleStart will return true and
// `Autodiscover.handleStart` will return true and
// updated will be set to true
eventBus.Publish(bus.Event{
"id": "foo",
Expand Down

0 comments on commit 5bd1bd8

Please sign in to comment.