Skip to content

Commit f586a56

Browse files
.
1 parent 9b503a0 commit f586a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/django/test_db_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_db_transaction_spans_disabled_atomic(sentry_init, client, capture_event
167167

168168
commit_spans = [
169169
span
170-
for span in itertools.chain(postgres_spans["spans"], postgres_spans["spans"])
170+
for span in itertools.chain(postgres_spans["spans"], sqlite_spans["spans"])
171171
if span["data"].get(SPANDATA.DB_OPERATION) == DBOPERATION.COMMIT
172172
]
173173
assert len(commit_spans) == 0

0 commit comments

Comments
 (0)