diff --git a/debsources/tests/test_web_cp.py b/debsources/tests/test_web_cp.py
index 13834c0b..88ca3145 100644
--- a/debsources/tests/test_web_cp.py
+++ b/debsources/tests/test_web_cp.py
@@ -319,8 +319,8 @@ def test_synopsis_parsing(self):
self.assertIn("FSF-configure", rv.data)
# Test separating by ',' and, or and create correct links
synopsis = "FSF-configure, and " \
- "GPL-2+"\
- " with Libtool exception or GPL-2+ with Libtool exception"\
+ " or GPL-3+"
self.assertIn(synopsis, rv.data)