Replace 'Minetest' with 'Luanti' in remaining places
This commit is contained in:
@@ -32,8 +32,9 @@ def test_web_is_not_bot():
|
||||
"Chrome/125.0.0.0 Safari/537.36").is_bot
|
||||
|
||||
|
||||
def test_minetest_is_not_bot():
|
||||
def test_luanti_is_not_bot():
|
||||
assert not user_agents.parse("Minetest/5.5.1 (Linux/4.14.193+-ab49821 aarch64)").is_bot
|
||||
assert not user_agents.parse("Luanti/5.12.0 (Linux/4.14.193+-ab49821 aarch64)").is_bot
|
||||
|
||||
|
||||
def test_crawlers_are_bots():
|
||||
|
||||
Reference in New Issue
Block a user