From: Michael Tremer Date: Thu, 3 Nov 2022 21:29:07 +0000 (+0000) Subject: tests: packages: Fix distribution tag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5dec7db6384f3daf2b6f3a27ca2e6dcf0ca830;p=pbs.git tests: packages: Fix distribution tag Signed-off-by: Michael Tremer --- diff --git a/tests/package.py b/tests/package.py index 6e874bf8..6d70958d 100755 --- a/tests/package.py +++ b/tests/package.py @@ -58,7 +58,7 @@ no notion of what's interesting, but it's real good at that notifying part.""") # Check metadata self.assertEqual(package.name, "beep") - self.assertEqual(package.evr, "1.3-2.ip3") + self.assertEqual(package.evr, "1.3-2.ipfire3") self.assertEqual(package.arch, "src") async def test_double_import(self):