File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,5 @@ TestReadRows_Retry_WithRetryInfo_MultipleErrorResponse\|
1818TestCheckAndMutateRow_NoRetry_TransientError\|
1919TestCheckAndMutateRow_Generic_DeadlineExceeded\|
2020TestCheckAndMutateRow_Generic_Headers\|
21- TestSampleRowKeys_Generic_Headers\|
2221TestSampleRowKeys_Generic_DeadlineExceeded\|
2322TestSampleRowKeys_Retry_WithRoutingCookie
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ const sampleRowKeys = ({clientMap}) =>
2323 normalizeCallback ( async rawRequest => {
2424 const { request} = rawRequest ;
2525 const { request : sampleRowKeysRequest } = request ;
26- const { appProfileId, tableName} = sampleRowKeysRequest ;
27-
26+ const { tableName} = sampleRowKeysRequest ;
2827 const { clientId} = request ;
28+
29+ const appProfileId = clientMap . get ( clientId ) . appProfileId ;
2930 const client = clientMap . get ( clientId ) [ v2 ] ;
3031 const samples = await new Promise ( ( res , rej ) => {
3132 const response = [ ] ;
You can’t perform that action at this time.
0 commit comments