Fix typos
continuous-integration/drone the build was successful Details

This commit is contained in:
Olivier 'reivilibre' 2021-11-14 16:25:41 +00:00
parent a2ca17f3f3
commit bd426aa64d
2 changed files with 3 additions and 3 deletions

View File

@ -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"
```

View File

@ -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" }}