Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Jan 24, 2025
1 parent d23ebb9 commit 25a2972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default [
'plugin:@typescript-eslint/recommended-requiring-type-checking',
)
.map((config) => ({
name: 'Plugin rules',
name: 'TypeScript plugins',
...config,
files: ['**/*.ts'],
})),
Expand Down Expand Up @@ -258,7 +258,6 @@ export default [
],
},
},

{
name: 'Fix test unused',
files: ['**/*.ts'],
Expand Down
5 changes: 3 additions & 2 deletions tests/network/test_provide_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,8 @@ async def test_provide_response_remove_intercept_inflight_request(


@pytest.mark.asyncio
async def test_provide_response_works_with_non_latin(websocket, context_id, url_example):
async def test_provide_response_works_with_non_latin(websocket, context_id,
url_example):
await subscribe(websocket,
["network.responseStarted", "network.responseCompleted"],
[context_id])
Expand Down Expand Up @@ -524,7 +525,7 @@ async def test_provide_response_works_with_non_latin(websocket, context_id, url_
"method": "network.provideResponse",
"params": {
"request": network_id,
"headers": [{
"headers": [{
"name": "Content-Type",
"value": {
"type": "string",
Expand Down

0 comments on commit 25a2972

Please sign in to comment.