Skip to content

Commit 6d467e3

Browse files
committed
Update e2e test to add rateLimited field
1 parent 3ef9c1b commit 6d467e3

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
@@ -88,6 +88,6 @@ def test_initial_heartbeat():
8888
"method": "POST",
8989
"path": "/app/create"
9090
}],
91-
{"aborted":0,"attacksDetected":{"blocked":2,"total":2},"total":3},
91+
{"aborted":0,"attacksDetected":{"blocked":2,"total":2},"total":3, 'rateLimited': 0},
9292
{'asgiref', 'regex', 'mysqlclient', 'sqlparse', 'aikido_zen', 'django'}
9393
)

0 commit comments

Comments
 (0)