From 96b68dfec3ca5ad94e48aa3609d727b66da39f81 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 27 Dec 2012 00:25:16 +0000 Subject: Fix debian version in test --- (limited to 'tests') 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") -- cgit v0.9.1