
7 Aug
2014
7 Aug
'14
11:03 a.m.
The word "repositorie" is spelled wrong. Fix the word by writing it correctly. Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- tests/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rest.py b/tests/test_rest.py index c56a72b..8ee60a2 100644 --- a/tests/test_rest.py +++ b/tests/test_rest.py @@ -1797,7 +1797,7 @@ class RestTests(unittest.TestCase): resp = self.request(base_uri, req, 'POST') self.assertEquals(201, resp.status) - # Verify the repositorie + # Verify the repository res = json.loads(self.request('%s/fedora-fake' % base_uri).read()) verify_repo(repo, res) -- 1.9.3