From bd426aa64dcbe366fe06906668cd2037dac0259b Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sun, 14 Nov 2021 16:25:41 +0000 Subject: [PATCH] Fix typos --- docs/datman/remote_backups.md | 2 +- testsuite/datmantests/test_mysql_helper.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/datman/remote_backups.md b/docs/datman/remote_backups.md index 75699be..c7c01c0 100644 --- a/docs/datman/remote_backups.md +++ b/docs/datman/remote_backups.md @@ -15,7 +15,7 @@ path_to_datman = "/path/to/datman" And set up a source using the same hostname: ```toml -[source.mysourcename] +[sources.mysourcename] directory = "/path/to/source/on/remote" hostname = "myhost" ``` diff --git a/testsuite/datmantests/test_mysql_helper.py b/testsuite/datmantests/test_mysql_helper.py index 3fa9fee..3a3e7c2 100644 --- a/testsuite/datmantests/test_mysql_helper.py +++ b/testsuite/datmantests/test_mysql_helper.py @@ -10,7 +10,7 @@ from helpers.datman_helpers import set_up_simple_datman from helpers.yama_helpers import set_up_simple_yama -class TestPostgresHelper(TestCase): +class TestMysqlHelper(TestCase): def setUp(self): if "TEST_MYSQL" not in os.environ: self.skipTest( @@ -65,7 +65,7 @@ class TestPostgresHelper(TestCase): set_up_simple_datman( datman_path, custom_extra_test=f""" -[source.mysql123] +[sources.mysql123] helper = "mysql" label = "precious" kind = {{ stdout = "mysql123.sql" }}