Skip to content

Commit

Permalink
added unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jul 14, 2024
1 parent 2409eed commit df83b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/vorpal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ func TestCreateVorpalScanRequest_EngineRunningAndDefaultAgentAndNoLicense_Succes
err = manageVorpalInstallation(vorpalParams, wrapperParams)
assert.Nil(t, err)
assert.Nil(t, wrapperParams.VorpalWrapper.HealthCheck())
_ = wrapperParams.VorpalWrapper.ShutDown()
}

0 comments on commit df83b5f

Please sign in to comment.