From: Andrey Rahmatullin <wrar@debian.org>
Date: Sun, 7 Mar 2021 22:50:00 +0500
Subject: Remove the test for the semicolon separator handling.

---
 tests/test_url.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/test_url.py b/tests/test_url.py
index 3ff544e..e90065c 100644
--- a/tests/test_url.py
+++ b/tests/test_url.py
@@ -299,10 +299,6 @@ class UrlTests(unittest.TestCase):
         self.assertEqual(add_or_replace_parameter(url, 'arg3', 'nv3'),
                          'http://domain/test?arg1=v1&arg2=v2&arg3=nv3')
 
-        url = 'http://domain/test?arg1=v1;arg2=v2'
-        self.assertEqual(add_or_replace_parameter(url, 'arg1', 'v3'),
-                         'http://domain/test?arg1=v3&arg2=v2')
-
         self.assertEqual(add_or_replace_parameter("http://domain/moreInfo.asp?prodID=", 'prodID', '20'),
                          'http://domain/moreInfo.asp?prodID=20')
         url = 'http://rmc-offers.co.uk/productlist.asp?BCat=2%2C60&CatID=60'
