We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e367b83 commit 4105093Copy full SHA for 4105093
1 file changed
ydb/services/persqueue_v1/persqueue_ut.cpp
@@ -6722,7 +6722,7 @@ Y_UNIT_TEST_SUITE(TPersQueueTest) {
6722
}
6723
UNIT_ASSERT(writeStream1->Read(&resp));
6724
Cerr << "===Got response: " << resp.ShortDebugString() << Endl;
6725
- UNIT_ASSERT(resp.status() == Ydb::StatusIds::BAD_REQUEST);
+ UNIT_ASSERT(resp.status() == Ydb::StatusIds::SUCCESS);
6726
6727
{
6728
grpc::ClientContext rcontext1;
0 commit comments