From 9200f8634e2a055dc82f2c1e63a0e1f4339d5470 Mon Sep 17 00:00:00 2001 From: Daniel Morell Date: Mon, 28 Oct 2024 15:48:32 -0500 Subject: [PATCH] Fixed test of dropped dictionary. --- rollbar/test/test_shortener_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollbar/test/test_shortener_transform.py b/rollbar/test/test_shortener_transform.py index 2ebc4c1e..c1f5fe77 100644 --- a/rollbar/test/test_shortener_transform.py +++ b/rollbar/test/test_shortener_transform.py @@ -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."