mirror of
https://github.com/containers/podman.git
synced 2025-05-23 10:07:33 +08:00
Spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -143,7 +143,7 @@ class TestContainers(unittest.TestCase):
|
||||
top = self.client.containers.get(TestContainers.topContainerId)
|
||||
top.stop()
|
||||
|
||||
# Pause exited container should trow error
|
||||
# Pause exited container should throw error
|
||||
with self.assertRaises(errors.APIError) as error:
|
||||
top.pause()
|
||||
self.assertEqual(error.exception.response.status_code, 500)
|
||||
|
Reference in New Issue
Block a user