Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/obs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/obs.py')
-rwxr-xr-xtests/units/obs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/units/obs.py b/tests/units/obs.py
index a998d4a..b621384 100755
--- a/tests/units/obs.py
+++ b/tests/units/obs.py
@@ -60,9 +60,9 @@ class ObsTest(tests.Test):
]))
self.assertEqual([
- {'name': 'Debian-6.0', 'arch': 'i586'},
- {'name': 'Debian-6.0', 'arch': 'x86_64'},
- {'name': 'Fedora-11', 'arch': 'i586'},
+ {'distributor_id': 'Fedora', 'name': 'Debian-6.0', 'arch': 'i586'},
+ {'distributor_id': 'Fedora', 'name': 'Debian-6.0', 'arch': 'x86_64'},
+ {'distributor_id': 'Fedora', 'name': 'Fedora-11', 'arch': 'i586'},
],
obs.get_presolve_repos())