diff --git a/tests/block/test_block_external.py b/tests/block/test_block_external.py deleted file mode 100644 index f005048..0000000 --- a/tests/block/test_block_external.py +++ /dev/null @@ -1,53 +0,0 @@ -import unittest - -from app.terraform.block_external import BlockExternalAutomation - - -class TestBlockExternalAutomation(unittest.TestCase): - def test_parse(self): - content = b""" - - - - - - - - Mirrors Availability - - -
-
-
-

RFE/RL Mirror Sites Availability

-

Farajaland

-

Updated at 2023-03-30 15:46:03 CET

-
- - - - - - - - - - - - - - - -
ServiceHostnameError
example.comexample.netConnection Error
-
-
-
-
- - - - """ - block_external = BlockExternalAutomation() - block_external._content = content - block_external.parse() - self.assertEqual(block_external.patterns, ['https://example.net'])