Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/devbot/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/devbot/test_config.py')
-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")