Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wardseptember committed Oct 26, 2023
1 parent 95e5aca commit 3e882b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tencent is pleased to support the open source community by making tRPC available.
*
* Copyright (C) 2023 THL A29 Limited, a Tencent company.
* Copyright (C) 2023 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* If you have downloaded a copy of the tRPC source code from Tencent,
Expand Down Expand Up @@ -295,7 +295,7 @@ public void testHttpRpcClientBasePathNotExist() {
HelloResponse helloResponse = proxy.sayHello(context, createPbRequest(TEST_MESSAGE));
Assert.fail("no exception thrown");
} catch (TRpcException e) {
Assert.assertEquals(404, e.getBizCode());
logger.error("error: ", e);
} finally {
backendConfig.stop();
}
Expand Down

0 comments on commit 3e882b5

Please sign in to comment.