Skip to content

Commit

Permalink
fix: remove screen_id from logcat test file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Mar 1, 2024
1 parent 50d793e commit c0efd26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrationtest/devicefarm/logcat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_screen_view(self, path):
(event for event in self.recorded_events if '_screen_view' in event.get('event_name', '')),
None)
assert screen_view_event['event_json'].get('attributes')['_entrances'] == 1
assert '_screen_id' in screen_view_event['event_json'].get('attributes')
assert '_screen_name' in screen_view_event['event_json'].get('attributes')
assert '_screen_unique_id' in screen_view_event['event_json'].get('attributes')

Expand Down

0 comments on commit c0efd26

Please sign in to comment.