File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
grpc-spring-boot-starter-demo/src/test/java/org/lognet/springboot/grpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 */
3333@ RunWith (SpringRunner .class )
3434@ SpringBootTest (classes = {DemoApp .class , TheConfiguration .class },
35- webEnvironment = WebEnvironment .NONE , properties = "grpc.port=7777 " )
35+ webEnvironment = WebEnvironment .NONE , properties = "grpc.port=7778 " )
3636public class OrderedInterceptorsTest {
3737
3838 private ManagedChannel channel ;
3939 private static List <Integer > calledInterceptors = new ArrayList <>();
4040
4141 @ Before
4242 public void setup () {
43- channel = ManagedChannelBuilder .forAddress ("localhost" , 7777 )
43+ channel = ManagedChannelBuilder .forAddress ("localhost" , 7778 )
4444 .usePlaintext (true )
4545 .build ();
4646 calledInterceptors .clear ();
You can’t perform that action at this time.
0 commit comments