Skip to content

Commit 0325390

Browse files
committed
Tests: Unset broken context
1 parent 0222ed3 commit 0325390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/test/suites/test_sdk.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ func test_variant_conversion_against_stack_overflow() -> void:
5656
var arr: Array = [dict, "another_value"]
5757
dict["array"] = arr
5858
SentrySDK.set_context("broken_context", dict)
59+
# Unset context
60+
SentrySDK.set_context("broken_context", {})

0 commit comments

Comments
 (0)