Skip to content

Commit

Permalink
Update plugins/outputs/zabbix/zabbix_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
  • Loading branch information
adrianlzt and Hipska authored Nov 30, 2023
1 parent d55f9b4 commit 6bf2f02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/outputs/zabbix/zabbix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,7 @@ func TestLLD(t *testing.T) {
}()

// First packet
err = z.Write([]telegraf.Metric{m})
require.NoError(t, err)
require.NoError(t, z.Write([]telegraf.Metric{m}))

// Second packet, while time has not surpassed LLDSendInterval
err = z.Write([]telegraf.Metric{m})
Expand Down

0 comments on commit 6bf2f02

Please sign in to comment.