mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Small fix in translated pages
This commit is contained in:
parent
6e31f93951
commit
01028f10eb
7 changed files with 51 additions and 31 deletions
|
|
@ -36,6 +36,7 @@ class TestSecurity:
|
|||
assert len(ip_filter._allowed_ips) == 5116
|
||||
assert "91.108.4.50" in ip_filter
|
||||
assert "149.154.160.20" in ip_filter
|
||||
assert "91.108.6.79" in ip_filter
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"ip,ip_range",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue