Skip to content

Commit 9200f86

Browse files
committed
Fixed test of dropped dictionary.
1 parent 5fe14fc commit 9200f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollbar/test/test_shortener_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_shorten_frame(self):
202202
"three": {
203203
"four": {
204204
"five": {
205-
"six": dict(), # Dropped because it is past the maxlevel.
205+
"six": {'...': '...'}, # Dropped because it is past the maxlevel.
206206
# Shortened
207207
"ten": "Yep! this should still be here, but it is a litt...long "
208208
"side, so we might want to cut it down a bit."

0 commit comments

Comments
 (0)