We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a765e42 commit e7ef27dCopy full SHA for e7ef27d
tests/sentry/replays/unit/test_ingest_dom_index.py
@@ -45,7 +45,7 @@ def test_get_user_actions():
45
}
46
]
47
48
- user_actions = get_user_actions(uuid.uuid4().hex, events)
+ user_actions = get_user_actions(1, uuid.uuid4().hex, events)
49
assert len(user_actions) == 1
50
assert user_actions[0]["node_id"] == 1
51
assert user_actions[0]["tag"] == "div"
@@ -79,7 +79,7 @@ def test_get_user_actions_missing_node():
79
80
81
82
83
assert len(user_actions) == 0
84
85
0 commit comments