Fix system tests

This commit is contained in:
Lorenzo Bolla
2021-09-21 18:52:43 +02:00
parent ff51c46915
commit 787cc8e3ee
51 changed files with 607 additions and 66 deletions
+3
View File
@@ -5,6 +5,9 @@ class MirrorsAPITestCreateShow(APITest):
"""
POST /api/mirrors, GET /api/mirrors/:name/packages
"""
skipTest = "Using obsolete repo - wheezy/updates"
def check(self):
mirror_name = self.random_name()
mirror_desc = {u'Name': mirror_name,