Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Feb 4, 2024
1 parent 20fb54d commit 529418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/t12_api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _publish(self, source_kind, name):
def check(self):
publish_task_ids = []
mirror_task_list = []
for mirror_dist in ['squeeze', 'jessie']:
for mirror_dist in ['squeeze', 'wheezy']:
mirror_task_id, mirror_name = self._create_mirror(mirror_dist)
mirror_task_list.append((mirror_task_id, mirror_name))
repo_task_id, repo_name = self._create_repo()
Expand Down

0 comments on commit 529418d

Please sign in to comment.