Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 5f8c5d4

Browse files
committed
Update log test for added field
1 parent b72b627 commit 5f8c5d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/logging/test_terse_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def test_with_request_context(self):
186186
"url",
187187
"protocol",
188188
"user_agent",
189+
"beeper_bridge",
189190
]
190191
self.assertCountEqual(log.keys(), expected_log_keys)
191192
self.assertEqual(log["log"], "Hello there, wally!")

0 commit comments

Comments
 (0)