File tree 1 file changed +0
-12
lines changed
sdk/src/test/java/io/opentdf/platform/sdk
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -592,18 +592,6 @@ public void cancel() {
592
592
}
593
593
);
594
594
595
- // AttributesServiceGrpc.AttributesServiceFutureStub attributeGrpcStub = mock(
596
- // AttributesServiceGrpc.AttributesServiceFutureStub.class);
597
- // lenient().when(attributeGrpcStub.getAttributeValuesByFqns(any(GetAttributeValuesByFqnsRequest.class)))
598
- // .thenAnswer(
599
- // invocation -> {
600
- // GetAttributeValuesByFqnsResponse resp = getResponse(
601
- // (GetAttributeValuesByFqnsRequest) invocation.getArguments()[0]);
602
- // SettableFuture<GetAttributeValuesByFqnsResponse> future = SettableFuture.create();
603
- // future.set(resp); // Set the request as the future's result
604
- // return future;
605
- // });
606
-
607
595
Granter reasoner = Autoconfigure .newGranterFromService (attributeService , new KASKeyCache (),
608
596
tc .getPolicy ().toArray (new AttributeValueFQN [0 ]));
609
597
assertThat (reasoner ).isNotNull ();
You can’t perform that action at this time.
0 commit comments