Skip to content

Commit

Permalink
remove unneded whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Nov 15, 2024
1 parent d5d84cd commit e8fa9f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ def test_wrong_method_type(application, test_files):


def test_large_static_file(application, test_files):
scope = AsgiScopeEmulator({
"path": "/static/large-file.txt",
"headers": [],
})
scope = AsgiScopeEmulator({"path": "/static/large-file.txt", "headers": []})
receive = AsgiReceiveEmulator()
send = AsgiSendEmulator()
asyncio.run(application(scope, receive, send))
Expand Down

0 comments on commit e8fa9f2

Please sign in to comment.