-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3352] No need to initialize grpc in CSCC tests
CSCC configure_test.go leverages mocking framewrk to test CSCC invokations, while each test initializes grpc server while not real need for this. Current commit takes care to make tests stop initializing grpc server and clean up the test from non relevant code. Change-Id: Iec29046f644603c8412a8ea0da648f2d448e5d2f Signed-off-by: Artem Barger <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters