Skip to content

Commit

Permalink
UT needs to stop service
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Apr 16, 2024
1 parent 21b1df5 commit dd857aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cns/restserver/v2/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,7 @@ func startService(cnsPort, cnsURL string) error {
return errors.Wrapf(err, "Failed to check reachability to urls %+v", urls)
}

service.Stop()

return nil
}

0 comments on commit dd857aa

Please sign in to comment.