Skip to content

Commit

Permalink
Get rid of loop fixture in test_tracing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 30, 2018
1 parent 42703ea commit 508adbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class TestTrace:
TraceDnsCacheMissParams
)
])
async def test_send(self, loop, signal, params, param_obj) -> None:
async def test_send(self, signal, params, param_obj) -> None:
session = Mock()
trace_request_ctx = Mock()
callback = Mock(side_effect=asyncio.coroutine(Mock()))
Expand Down

0 comments on commit 508adbb

Please sign in to comment.