Skip to content

Commit

Permalink
Fixed test of dropped dictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Oct 28, 2024
1 parent 5fe14fc commit 9200f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollbar/test/test_shortener_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_shorten_frame(self):
"three": {
"four": {
"five": {
"six": dict(), # Dropped because it is past the maxlevel.
"six": {'...': '...'}, # Dropped because it is past the maxlevel.
# Shortened
"ten": "Yep! this should still be here, but it is a litt...long "
"side, so we might want to cut it down a bit."
Expand Down

0 comments on commit 9200f86

Please sign in to comment.