mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Fix typos (#3204)
Found via `codespell -H` and `typos --hidden --format brief`
This commit is contained in:
@@ -258,7 +258,7 @@ class TestBootstrap(BaseTestPostgresql):
|
||||
self.b.post_bootstrap({'users': 1}, task)
|
||||
self.assertEqual(mock_logger.call_args_list[0][0][0],
|
||||
'User creation is not be supported starting from v4.0.0. '
|
||||
'Please use "boostrap.post_bootstrap" script to create users.')
|
||||
'Please use "bootstrap.post_bootstrap" script to create users.')
|
||||
self.assertTrue(task.result)
|
||||
|
||||
self.b.bootstrap(config)
|
||||
|
||||
Reference in New Issue
Block a user