Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-27 00:25:16 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-27 00:25:16 (GMT)
commit96b68dfec3ca5ad94e48aa3609d727b66da39f81 (patch)
tree1ad479d00f03e5818a67ae14177bac4df5b91473 /tests
parent319d34d6d0004f0fcfc9faf85967993c39066e23 (diff)
Fix debian version in test
Diffstat (limited to 'tests')
-rw-r--r--tests/devbot/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/devbot/test_config.py b/tests/devbot/test_config.py
index 072c3a3..32c2526 100644
--- a/tests/devbot/test_config.py
+++ b/tests/devbot/test_config.py
@@ -107,7 +107,7 @@ class TestConfig(common.DevbotTestCase):
self._unset_distro()
def test_debian_wheezy_modules(self):
- self._set_distro("debian", "wheezy")
+ self._set_distro("debian", "7.0")
modules = config.load_modules()
self._assert_module(modules, "gnome-keyring")