Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/test_contextvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ async def coro2():

assert {"a": 1, "b": 2, "c": 3} == await coro1_task
assert {"a": 2, "b": 2, "c": 3} == await coro2_task
assert merge_contextvars(None, "", {}) == {"c": 3}

def test_get_only_gets_structlog_without_deleted(self):
"""
Expand Down