tests: fix test_copy_theme_files_to_output_directory_custom_theme

This commit is contained in:
Sina Atalay 2024-03-12 18:21:11 +01:00
parent ce0321aef3
commit a344b68598
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ def test_copy_theme_files_to_output_directory_custom_theme(
) )
custom_theme_directory_path = test_testdata_directory_path / "dummytheme" custom_theme_directory_path = test_testdata_directory_path / "dummytheme"
reference_directory_path = ( reference_directory_path = (
test_testdata_directory_path / "theme_testdata" test_testdata_directory_path / "theme_auxiliary_files"
) )
# Update the auxiliary files if update_testdata is True # Update the auxiliary files if update_testdata is True