Removing non related actions from mirror update

This commit is contained in:
Itay Porezky
2025-06-29 21:55:27 +03:00
parent 4675589cf6
commit dc884e6052
4 changed files with 5 additions and 50 deletions

View File

@@ -56,7 +56,6 @@ class MirrorsAPITestCreateUpdate(APITest):
resp = self.get("/api/mirrors/" + mirror_name + "/packages")
self.check_equal(resp.status_code, 404)
mirror_desc["Name"] = self.random_name()
resp = self.put_task("/api/mirrors/" + mirror_name, json=mirror_desc)
self.check_task(resp)
_id = resp.json()['ID']