Skip to content

Commit b65de1f

Browse files
authored
mobile: Fix RTDS integration test (#34232)
Signed-off-by: Ali Beyad <[email protected]>
1 parent e1c31c3 commit b65de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/test/common/integration/rtds_integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RtdsIntegrationTest : public XdsIntegrationTest {
4242
true);
4343
terminal_callback_.waitReady();
4444
EXPECT_EQ(cc_.on_headers_calls_, 1);
45-
EXPECT_EQ(cc_.status, "200");
45+
EXPECT_EQ(cc_.status_, "200");
4646
EXPECT_EQ(cc_.on_data_calls_, 2);
4747
EXPECT_EQ(cc_.on_complete_calls_, 1);
4848
EXPECT_EQ(cc_.on_cancel_calls_, 0);

0 commit comments

Comments
 (0)