From 8b8cc8a17b30c0d73e3a2ecd71f4ed9cf4d6cfed Mon Sep 17 00:00:00 2001 From: Alex Bezzubov Date: Fri, 22 Sep 2023 14:42:34 +0200 Subject: [PATCH] test: fix Python tests --- python/tests/test_enry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_enry.py b/python/tests/test_enry.py index 22ff708..5837f24 100644 --- a/python/tests/test_enry.py +++ b/python/tests/test_enry.py @@ -98,5 +98,5 @@ def test_get_languages(): def test_get_language_extensions(): assert get_language_extensions("Python") == [".py", ".cgi", ".fcgi", ".gyp", ".gypi", ".lmi", ".py3", ".pyde", - ".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".smk", ".spec", ".tac", + ".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".spec", ".tac", ".wsgi", ".xpy"]