Skip to content

Commit 4105093

Browse files
Fix test
1 parent e367b83 commit 4105093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/services/persqueue_v1/persqueue_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6722,7 +6722,7 @@ Y_UNIT_TEST_SUITE(TPersQueueTest) {
67226722
}
67236723
UNIT_ASSERT(writeStream1->Read(&resp));
67246724
Cerr << "===Got response: " << resp.ShortDebugString() << Endl;
6725-
UNIT_ASSERT(resp.status() == Ydb::StatusIds::BAD_REQUEST);
6725+
UNIT_ASSERT(resp.status() == Ydb::StatusIds::SUCCESS);
67266726
}
67276727
{
67286728
grpc::ClientContext rcontext1;

0 commit comments

Comments
 (0)