fix typo
This commit is contained in:
parent
306627835b
commit
7ae27cc88a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class TestVersion(utils.CliTestCase):
|
|||
|
||||
@mock.patch('sys.stdout', new_callable=StringIO)
|
||||
def test_version_valid(self, stdout):
|
||||
expected = f"""Client: %s
|
||||
expected = """Client: %s
|
||||
Hub: %s
|
||||
""" % (koji.__version__, koji.__version__)
|
||||
self.session.getKojiVersion.return_value = koji.__version__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue