We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0097595 commit e8c99dbCopy full SHA for e8c99db
internal/agent/agent_test.go
@@ -541,7 +541,7 @@ func TestStopByCancelFn_UsedBySignalHandler(t *testing.T) {
541
}
542
543
go func() {
544
- assert.NoError(t, agent.Run())
+ require.NoError(t, agent.Run())
545
wg.Done()
546
}()
547
@@ -626,7 +626,7 @@ func TestAgent_Run_DontSendInventoryIfFwdOnly(t *testing.T) {
626
agent.inventories = map[string]*inventoryEntity{"test": {sender: snd}}
627
628
629
630
631
632
wg.Wait()
0 commit comments