aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2018-08-16 08:58:26 -0700
committerGravatar GitHub <noreply@github.com>2018-08-16 08:58:26 -0700
commitb840d5e45c03d7a3a5d371d0358b673a07f0dc65 (patch)
tree78ce48ce6c9c78ec24f695979165d24570a90b26 /test/cpp/common
parent8a86f5329e07ee90b832195dac7b1d88637bec39 (diff)
Revert "Add more filter priority levels"
Diffstat (limited to 'test/cpp/common')
-rw-r--r--test/cpp/common/channel_filter_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/common/channel_filter_test.cc b/test/cpp/common/channel_filter_test.cc
index 9b603ca5b4..7bdd53f9e7 100644
--- a/test/cpp/common/channel_filter_test.cc
+++ b/test/cpp/common/channel_filter_test.cc
@@ -50,8 +50,7 @@ class MyCallData : public CallData {
// C-core, we don't accidentally break the C++ filter API.
TEST(ChannelFilterTest, RegisterChannelFilter) {
grpc::RegisterChannelFilter<MyChannelData, MyCallData>(
- "myfilter", GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_PRIORITY_LOW, true,
- nullptr);
+ "myfilter", GRPC_CLIENT_CHANNEL, INT_MAX, nullptr);
}
// TODO(roth): When we have time, add tests for all methods of the