satisfy linter
This commit is contained in:
parent
043e7fbfb7
commit
6b992274ca
|
|
@ -39,9 +39,7 @@ test('query params', async ({ request }) => {
|
||||||
const response = await request.get(
|
const response = await request.get(
|
||||||
'https://jsonplaceholder.typicode.com/posts',
|
'https://jsonplaceholder.typicode.com/posts',
|
||||||
{
|
{
|
||||||
params: searchParams,
|
params: searchParams // or as a string: 'userId=1'
|
||||||
// or as a string
|
|
||||||
params: 'userId=1',
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// ...
|
// ...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue