Skip to content

Commit 34d1a32

Browse files
committed
Update e2e test to include regex package
1 parent 9884fee commit 34d1a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end2end/django_mysql_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_initial_heartbeat():
104104
"method": "POST",
105105
"path": "/app/create"
106106
}],
107-
packages={'wrapt', 'asgiref', 'aikido_zen', 'django', 'sqlparse', 'mysqlclient'}
107+
packages={'wrapt', 'asgiref', 'aikido_zen', 'django', 'sqlparse', 'mysqlclient', 'regex'}
108108
)
109109
req_stats = heartbeat_events[0]["stats"]["requests"]
110110
assert req_stats["aborted"] == 0

0 commit comments

Comments
 (0)