From 61fc630dcc038db6cb020c73e1d0ec37ba1f958d Mon Sep 17 00:00:00 2001 From: Jan Range Date: Wed, 17 Apr 2024 07:59:58 +0200 Subject: [PATCH] fix typo --- tests/unit/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_cli.py b/tests/unit/test_cli.py index 5bfe011..ba2438c 100644 --- a/tests/unit/test_cli.py +++ b/tests/unit/test_cli.py @@ -74,7 +74,7 @@ def test_yaml_input(self, credentials): "files": [ { "filepath": "./tests/fixtures/add_dir_files/somefile.txt", - "directory_label": "", + "directoryLabel": "", } ], }