From: Kostas Papadimitriou Date: Thu, 23 Feb 2012 14:25:24 +0000 (+0200) Subject: Fixed typo in tests X-Git-Tag: pithos/v0.9.1~8 X-Git-Url: https://code.grnet.gr/git/pithos/commitdiff_plain/a48970376fab629c7751cc50eaa728566bd8350c Fixed typo in tests --- diff --git a/snf-pithos-tools/pithos/tools/test.py b/snf-pithos-tools/pithos/tools/test.py index ba1de75..3b11d43 100755 --- a/snf-pithos-tools/pithos/tools/test.py +++ b/snf-pithos-tools/pithos/tools/test.py @@ -1778,7 +1778,7 @@ class TestGreek(BaseTestCase): def test_container_meta(self): meta = {'ποιότητα':'ΑΑΑ'} - self.client.create_container('φάκελος', **meta) + self.client.create_container('φάκελος', meta=meta) meta = self.client.retrieve_container_metadata('φάκελος', restricted=True) self.assertTrue('ποιότητα' in meta.keys())