File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ agent.monitoring.enabled: false
779779 require .EventuallyWithT (t , func (collect * assert.CollectT ) {
780780 var statusErr error
781781 status , statusErr := fixture .ExecStatus (ctx )
782- assert .NoError (collect , statusErr )
782+ require .NoError (collect , statusErr )
783783 assertBeatsReady (collect , & status , component .ProcessRuntimeManager )
784784 return
785785 }, 2 * time .Minute , 5 * time .Second )
@@ -791,7 +791,7 @@ agent.monitoring.enabled: false
791791 require .EventuallyWithT (t , func (collect * assert.CollectT ) {
792792 var statusErr error
793793 status , statusErr := fixture .ExecStatus (ctx )
794- assert .NoError (collect , statusErr )
794+ require .NoError (collect , statusErr )
795795 assertBeatsReady (collect , & status , component .OtelRuntimeManager )
796796 return
797797 }, 2 * time .Minute , 5 * time .Second )
You can’t perform that action at this time.
0 commit comments