Skip to content

Commit

Permalink
Remove queryContextDTO from requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Sep 19, 2023
1 parent b827f5c commit 0268c02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/unit/mock/mock_http_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ function buildRequestOutputMappings(clientInfo)
{
disableOfflineChunks: false,
sqlText: 'select 1 as "c1";',
queryContextDTO: { entries: [] }
}
},
output:
Expand Down Expand Up @@ -554,7 +553,6 @@ function buildRequestOutputMappings(clientInfo)
"1": {type: 'TEXT', value: 'false'},
"2": {type: 'TEXT', value: '1967-06-23'}
},
queryContextDTO: { entries: [] }
}
},
output:
Expand Down Expand Up @@ -670,7 +668,6 @@ function buildRequestOutputMappings(clientInfo)
{
disableOfflineChunks: false,
sqlText: 'select;',
queryContextDTO: { entries: [] }
}
},
output:
Expand Down Expand Up @@ -981,7 +978,6 @@ function buildRequestOutputMappings(clientInfo)
{
disableOfflineChunks: false,
sqlText: 'select count(*) from table(generator(timelimit=>10));',
queryContextDTO: { entries: [] }
}
},
output:
Expand Down Expand Up @@ -1057,7 +1053,6 @@ function buildRequestOutputMappings(clientInfo)
{
disableOfflineChunks: false,
sqlText: 'select \'too many concurrent queries\';',
queryContextDTO: { entries: [] }
}
},
output:
Expand Down Expand Up @@ -1198,7 +1193,6 @@ function buildRequestOutputMappings(clientInfo)
{
disableOfflineChunks: false,
sqlText: 'select * from faketable',
queryContextDTO: { entries: [] }
}
},
output:
Expand Down

0 comments on commit 0268c02

Please sign in to comment.