tests: fix one assert message
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 7 Oct 2013 11:15:55 +0000 (14:15 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 9 Oct 2013 08:38:34 +0000 (11:38 +0300)
Change-Id: I806551fa2dd8f3c6ce22a69728bdc3cb5f27211e
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
tests/test_obs_service_gbs.py

index 16eaefd..c8023cc 100644 (file)
@@ -131,7 +131,7 @@ class TestGbsService(UnitTestsBase):
         assert service(['--url', self.orig_repo.path]) == 0
         files = set(os.listdir('.'))
         expected = set(['test-package.spec', 'test-package-0.1.tar.bz2'])
-        assert files == expected, 'expected: %s, found: %s' % (files, expected)
+        assert files == expected, 'expected: %s, found: %s' % (expected, files)
 
     def test_permission_problem(self):
         """Test git-buildpackage failure"""