Skip to content

Commit 3114a70

Browse files
committed
update test
1 parent 995d288 commit 3114a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dart/test/sentry_client_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@ void main() {
12681268
});
12691269

12701270
test('thrown error is handled', () async {
1271+
fixture.options.automatedTestMode = false;
12711272
final exception = Exception("before send exception");
12721273
final beforeSendFeedbackCallback = (SentryEvent event, Hint hint) {
12731274
throw exception;

0 commit comments

Comments
 (0)